Skip to content

Commit 03332f4

Browse files
authored
Merge pull request #125 from bmitch/changelog
update changelog
2 parents 501aa1e + 5333f9b commit 03332f4

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,35 @@
22

33
## [Unreleased](https://github.com/bmitch/Codor/tree/HEAD)
44

5-
[Full Changelog](https://github.com/bmitch/Codor/compare/1.0.7...HEAD)
5+
[Full Changelog](https://github.com/bmitch/Codor/compare/1.1.0...HEAD)
66

77
**Closed issues:**
88

9+
- MixedReturnTypeSniff - Check for `comment\_opener` index before assuming it is there. [\#123](https://github.com/bmitch/Codor/issues/123)
10+
11+
**Merged pull requests:**
12+
13+
- Fixes \#123 - MixedReturnTypeSniff - check for `comment\_opener` index … [\#124](https://github.com/bmitch/Codor/pull/124) ([bmitch](https://github.com/bmitch))
14+
15+
## [1.1.0](https://github.com/bmitch/Codor/tree/1.1.0) (2017-10-20)
16+
[Full Changelog](https://github.com/bmitch/Codor/compare/1.0.7...1.1.0)
17+
18+
**Closed issues:**
19+
20+
- Add a "downloads" badge [\#117](https://github.com/bmitch/Codor/issues/117)
21+
- Sniff to prevent `mixed` type hints and return types? [\#110](https://github.com/bmitch/Codor/issues/110)
922
- Add instanceof to list of forbidden functions [\#106](https://github.com/bmitch/Codor/issues/106)
1023
- Add churn-php [\#104](https://github.com/bmitch/Codor/issues/104)
1124
- Add Sniff to check for the use of instance of function [\#102](https://github.com/bmitch/Codor/issues/102)
1225

1326
**Merged pull requests:**
1427

28+
- Clean up code [\#122](https://github.com/bmitch/Codor/pull/122) ([bmitch](https://github.com/bmitch))
29+
- Add mixed return sniff [\#120](https://github.com/bmitch/Codor/pull/120) ([fentie](https://github.com/fentie))
30+
- added download button [\#118](https://github.com/bmitch/Codor/pull/118) ([d35k](https://github.com/d35k))
31+
- Readme fix [\#115](https://github.com/bmitch/Codor/pull/115) ([bmitch](https://github.com/bmitch))
32+
- readme update [\#113](https://github.com/bmitch/Codor/pull/113) ([bmitch](https://github.com/bmitch))
33+
- Updated changelog [\#109](https://github.com/bmitch/Codor/pull/109) ([bmitch](https://github.com/bmitch))
1534
- Fixes \#106 - prevent instance from being used within source code [\#107](https://github.com/bmitch/Codor/pull/107) ([bmitch](https://github.com/bmitch))
1635
- Fixes \#104 - Added churn-php [\#105](https://github.com/bmitch/Codor/pull/105) ([bmitch](https://github.com/bmitch))
1736
- Update gitignore [\#103](https://github.com/bmitch/Codor/pull/103) ([bmitch](https://github.com/bmitch))

0 commit comments

Comments
 (0)