CHANGELOG.md in react_on_rails-6.1.1.rc.1 vs CHANGELOG.md in react_on_rails-6.1.1

- old
+ new

@@ -1,10 +1,14 @@ # 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. +## [6.1.1] 2016-09-09 +##### Fixed +- React on Rails was incorrectly failing to create symlinks when a file existed in the location for the new symlink. [#491](https://github.com/shakacode/react_on_rails/pull/541) by [robwise ](https://github.com/robwise) and [justin808](https://github.com/justin808). + ## [6.1.0] 2016-08-21 ##### Added - Node option for installer added as alternative for server rendering [#469](https://github.com/shakacode/react_on_rails/pull/469) by [jbhatab](https://github.com/jbhatab). - Server rendering now supports contexts outside of browser rendering, such as ActionMailer templates [#486](https://github.com/shakacode/react_on_rails/pull/486) by [eacaps](https://github.com/eacaps). @@ -362,10 +366,11 @@ - Turbolinks support. ##### Fixed - Fix several generator related issues. -[Unreleased]: https://github.com/shakacode/react_on_rails/compare/6.1.0...master +[Unreleased]: https://github.com/shakacode/react_on_rails/compare/6.1.1...master +[6.1.1]: https://github.com/shakacode/react_on_rails/compare/6.1.0...6.1.1 [6.1.0]: https://github.com/shakacode/react_on_rails/compare/6.0.5...6.1.0 [6.0.5]: https://github.com/shakacode/react_on_rails/compare/6.0.4...6.0.5 [6.0.4]: https://github.com/shakacode/react_on_rails/compare/6.0.3...6.0.4 [6.0.3]: https://github.com/shakacode/react_on_rails/compare/6.0.2...6.0.3 [6.0.2]: https://github.com/shakacode/react_on_rails/compare/6.0.1...6.0.2