CHANGELOG.md in react_on_rails-4.0.2 vs CHANGELOG.md in react_on_rails-4.0.3
- old
+ new
@@ -1,10 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file. Items under `Unreleased` is upcoming features that will be out in next version.
Contributors: please follow the recommendations outlined at [keepachangelog.com](http://keepachangelog.com/). Please use the existing headings and styling as a guide, and add a link for the version diff at the bottom of the file. Also, please update the `Unreleased` link to compare to the latest release version.
## [Unreleased]
+## [4.0.3] - 2016-03-17
+##### Fixed
+- `ReactOnRailsHelper#react_compnent`: Invalid deprecation message when called with only one paramter, the component name.
## [4.0.2] - 2016-03-17
##### Fixed
- `ReactOnRails::Controller#redux_store`: 2nd parameter changed to a named parameter `props` for consistency.
## [4.0.1] - 2016-03-16
@@ -225,10 +228,12 @@
- Error and redirect handling.
- Turbolinks support.
##### Fixed
- Fix several generator related issues.
-[Unreleased]: https://github.com/shakacode/react_on_rails/compare/4.0.1...master
+[Unreleased]: https://github.com/shakacode/react_on_rails/compare/4.0.3...master
+[4.0.3]: https://github.com/shakacode/react_on_rails/compare/4.0.2...4.0.3
+[4.0.2]: https://github.com/shakacode/react_on_rails/compare/4.0.1...4.0.2
[4.0.1]: https://github.com/shakacode/react_on_rails/compare/4.0.0...4.0.1
[4.0.0]: https://github.com/shakacode/react_on_rails/compare/3.0.6...4.0.0
[3.0.6]: https://github.com/shakacode/react_on_rails/compare/3.0.5...3.0.6
[3.0.5]: https://github.com/shakacode/react_on_rails/compare/3.0.4...3.0.5
[3.0.4]: https://github.com/shakacode/react_on_rails/compare/3.0.3...3.0.4