File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44This 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
You can’t perform that action at this time.
0 commit comments