Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 860cbe1

Browse files
committed
Update CHANGELOG with 1.5.5 release
1 parent 8172bcd commit 860cbe1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ We try to follow [http://keepachangelog.com/](http://keepachangelog.com/) recomm
44
## [Unreleased]
55
_(add items here for easier creation of next log entry)_
66

7+
## [1.5.5] - 2017-05-29
8+
### Fixed
9+
- Replace deprecated React.PropTypes with prop-types module (#232)
10+
- Replace deprecated React.createClass with class syntax (#232)
11+
712
## [1.5.4] - 2017-05-25
813
### Fixed
914
- Delay re-focus until all actions have been processed (#240)
@@ -175,7 +180,8 @@ v0.1.0 - Wed, 12 Aug 2015 19:22:26 GMT
175180

176181
-
177182

178-
[Unreleased]: https://github.com/reactjs/react-autocomplete/compare/v1.5.4...HEAD
183+
[Unreleased]: https://github.com/reactjs/react-autocomplete/compare/v1.5.5...HEAD
184+
[1.5.5]: https://github.com/reactjs/react-autocomplete/compare/v1.5.4...v1.5.5
179185
[1.5.4]: https://github.com/reactjs/react-autocomplete/compare/v1.5.3...v1.5.4
180186
[1.5.3]: https://github.com/reactjs/react-autocomplete/compare/v1.5.2...v1.5.3
181187
[1.5.2]: https://github.com/reactjs/react-autocomplete/compare/v1.5.1...v1.5.2

0 commit comments

Comments
 (0)