CHANGELOG.md in react_on_rails-5.1.1 vs CHANGELOG.md in react_on_rails-5.2.0

- old
+ new

@@ -2,13 +2,24 @@ 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] +## [5.2.0] - 2016-04-08 +##### Added +- Support for React 15.0 to react_on_rails. See [#379](https://github.com/shakacode/react_on_rails/pull/379) by [brucek](https://github.com/brucek). + +##### Removed +- Generator removals to simplify installer. See [#363](https://github.com/shakacode/react_on_rails/pull/363) by [jbhatab](https://github.com/jbhatab). + - Removed options for heroku, boostrap, and the linters from generator. + - Removed install for the Webpack Dev Server, as we can now do hot reloading with Rails, so the complexity of this feature is not justified. Nevertheless, the setup of React on Rails still supports this setup, just not with the generator. + - Documentation added for removed installer options. + ## [5.1.1] - 2016-04-04 ##### Fixed - [Security] Address failure to sanitize console messages when server rendering and displaying in the browser console. See [#366](https://github.com/shakacode/react_on_rails/pull/366) and [#370](https://github.com/shakacode/react_on_rails/pull/370) by [justin808](https://github.com/justin808) + ##### Added - railsContext includes the port number and a boolean if the code is being run on the server or client. ## [5.1.0] - 2016-04-03 ##### Added @@ -266,11 +277,12 @@ - Error and redirect handling. - Turbolinks support. ##### Fixed - Fix several generator related issues. -[Unreleased]: https://github.com/shakacode/react_on_rails/compare/5.1.1...master -[5.1.1]: https://github.com/shakacode/react_on_rails/compare/5.0.0...5.1.1 +[Unreleased]: https://github.com/shakacode/react_on_rails/compare/5.2.0...master +[5.2.0]: https://github.com/shakacode/react_on_rails/compare/5.1.1...5.2.0 +[5.1.1]: https://github.com/shakacode/react_on_rails/compare/5.1.0...5.1.1 [5.1.0]: https://github.com/shakacode/react_on_rails/compare/5.0.0...5.1.0 [5.0.0]: https://github.com/shakacode/react_on_rails/compare/4.0.3...5.0.0 [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