CHANGELOG.md in react_on_rails-8.0.0.beta.2 vs CHANGELOG.md in react_on_rails-8.0.0.beta.3

- old
+ new

@@ -4,10 +4,18 @@ 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] *Please add entries here for your pull requests.* +## Changed +- Logging no longer occurs when trace is turned to false. [#845](https://github.com/shakacode/react_on_rails/pull/845) by [conturbo](https://github.com/Conturbo) + +## [8.0.0-beta.2] - 2017-05-08 + +### Changed +Removed unnecessary values in default paths.yml files for generators. [#834](https://github.com/shakacode/react_on_rails/pull/834) by [justin808](https://github.com/justin808). + ## [8.0.0-beta.1] - 2017-05-03 ### Added Support for WebpackerLite in the generators. [#822](https://github.com/shakacode/react_on_rails/pull/822) by [kaizencodes](https://github.com/kaizencodes) and [justin808](https://github.com/justin808). @@ -573,10 +581,11 @@ - Turbolinks support. ##### Fixed - Fix several generator related issues. -[Unreleased]: https://github.com/shakacode/react_on_rails/compare/8.0.0-beta.1...master +[Unreleased]: https://github.com/shakacode/react_on_rails/compare/8.0.0-beta.2...master +[8.0.0-beta.2]: https://github.com/shakacode/react_on_rails/compare/8.0.0-beta.1...8.0.0-beta.2 [8.0.0-beta.1]: https://github.com/shakacode/react_on_rails/compare/7.0.4...8.0.0-beta.1 [7.0.4]: https://github.com/shakacode/react_on_rails/compare/7.0.3...7.0.4 [7.0.3]: https://github.com/shakacode/react_on_rails/compare/7.0.1...7.0.3 [7.0.1]: https://github.com/shakacode/react_on_rails/compare/7.0.0...7.0.1 [7.0.0]: https://github.com/shakacode/react_on_rails/compare/6.10.1...7.0.0