CHANGELOG.md in react_on_rails-11.0.4 vs CHANGELOG.md in react_on_rails-11.0.5

- old
+ new

@@ -8,10 +8,15 @@ ## [Unreleased] Changes since last non-beta release. *Please add entries here for your pull requests that are not yet released.* +#### Changed + +### [11.0.5] - 2018-05-11 +- More detailed errors for Honeybadger and Sentry. [PR 1081](https://github.com/shakacode/react_on_rails/pull/1081) by [justin808](https://github.com/justin808). + ### [11.0.4] - 2018-05-3 #### Changed - Throw if configuration.generated_assets_dir specified, and using webpacker, and if that doesn't match the public_output_path. Otherwise, warn if generated_assets_dir is specified - Fix the setup for tests for spec/dummy so they automatically rebuild by correctly setting the source_path in the webpacker.yml @@ -751,10 +756,11 @@ - Turbolinks support. ##### Fixed - Fix several generator related issues. -[Unreleased]: https://github.com/shakacode/react_on_rails/compare/11.0.4...master +[Unreleased]: https://github.com/shakacode/react_on_rails/compare/11.0.5...master +[11.0.5]: https://github.com/shakacode/react_on_rails/compare/11.0.4...11.0.5 [11.0.4]: https://github.com/shakacode/react_on_rails/compare/11.0.3...11.0.4 [11.0.3]: https://github.com/shakacode/react_on_rails/compare/11.0.2...11.0.3 [11.0.2]: https://github.com/shakacode/react_on_rails/compare/11.0.1...11.0.2 [11.0.1]: https://github.com/shakacode/react_on_rails/compare/11.0.0...11.0.1 [11.0.0]: https://github.com/shakacode/react_on_rails/compare/10.1.4...11.0.0