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

- old
+ new

@@ -6,13 +6,18 @@ ## [Unreleased] Changes since last non-beta release. *Please add entries here for your pull requests.* +## [8.0.3] +### Fixed +- Ruby 2.1 issue due to `<<~` as reported in [issue #870](https://github.com/shakacode/react_on_rails/issues/870). [#867](https://github.com/shakacode/react_on_rails/pull/867) by [justin808](https://github.com/justin808) + ## [8.0.2] ### Fixed - Any failure in webpack to build test files quits tests. +- Fixed a Ruby 2.4 potential crash which could cause a crash due to pathname change in Ruby 2.4. - 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 @@ -604,10 +609,11 @@ - Turbolinks support. ##### Fixed - Fix several generator related issues. -[Unreleased]: https://github.com/shakacode/react_on_rails/compare/8.0.2...master +[Unreleased]: https://github.com/shakacode/react_on_rails/compare/8.0.3...master +[8.0.3]: https://github.com/shakacode/react_on_rails/compare/8.0.2...8.0.3 [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