CHANGELOG.md in react_on_rails-8.0.1 vs CHANGELOG.md in react_on_rails-8.0.2

- old
+ new

@@ -6,10 +6,20 @@ ## [Unreleased] Changes since last non-beta release. *Please add entries here for your pull requests.* +## [8.0.2] +### Fixed +- Any failure in webpack to build test files quits tests. +- CI Improvements: + - Switched to yarn link and removed relative path install of react-on-rails + - Removed testing of Turbolinks 2 + - All tests run against Rails 5.1.1 + - Fixed test failures against Ruby 2.4 +- [#862](https://github.com/shakacode/react_on_rails/pull/862) by [justin808](https://github.com/justin808) + ## [8.0.1] ### Fixed - Generator no longer modifies `assets.rb`. [#859](https://github.com/shakacode/react_on_rails/pull/859) by [justin808](https://github.com/justin808) ## [8.0.0] @@ -594,10 +604,12 @@ - Turbolinks support. ##### Fixed - Fix several generator related issues. -[Unreleased]: https://github.com/shakacode/react_on_rails/compare/8.0.0...master +[Unreleased]: https://github.com/shakacode/react_on_rails/compare/8.0.2...master +[8.0.2]: https://github.com/shakacode/react_on_rails/compare/8.0.1...8.0.2 +[8.0.1]: https://github.com/shakacode/react_on_rails/compare/8.0.0...8.0.1 [8.0.0]: https://github.com/shakacode/react_on_rails/compare/7.0.4...8.0.0 [8.0.0-beta.3]: https://github.com/shakacode/react_on_rails/compare/8.0.0-beta.2...8.0.0-beta.3 [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