Skip to content

Commit f981bf2

Browse files
committed
Update Unreleased section in CHANGEOG
1 parent 577cf06 commit f981bf2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
55

66
## [Unreleased]
7+
### Changed
8+
* Add `state` in lifecycle methods for `sort-comp` rule ([#197][])
9+
* Treat component with render which returns `createElement` as valid ([#206][])
10+
711
### Fixed
812
* Fix allowed methods on arrayOf in `prop-types` ([#146][])
913

1014
[Unreleased]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.3.1...HEAD
1115
[#146]: https://github.com/yannickcr/eslint-plugin-react/issues/146
16+
[#197]: https://github.com/yannickcr/eslint-plugin-react/pull/197
17+
[#206]: https://github.com/yannickcr/eslint-plugin-react/pull/206
1218

1319
## [3.3.1] - 2015-09-01
1420
### Changed

0 commit comments

Comments
 (0)