CHANGELOG.md in rambulance-1.0.3 vs CHANGELOG.md in rambulance-1.1.0
- old
+ new
@@ -1,5 +1,13 @@
+## [v1.0.3](https://github.com/yuki24/rambulance/tree/v1.0.3)
+
+_<sup>released at 2019-10-03 03:39:17 UTC</sup>_
+
+#### Fixes
+
+- Fixes a bug where custom exceptions app can not be loaded properly on Rails 6 and Zeitwerk ([#52](https://github.com/yuki24/rambulance/issues/52), [@sho918](https://github.com/sho918))
+
## [v1.0.2](https://github.com/yuki24/rambulance/tree/v1.0.2)
_<sup>released at 2019-06-06 23:39:38 UTC</sup>_
#### Fixes
@@ -56,10 +64,10 @@
- Add support for Rails 5.1
#### Breaking changes & deprecations
- Drop support for Ruby 1.9.3
-- Drop support for generating Haml and Slim templates on `rails g rambulance:install`
+- Drop support for Haml and Slim templates
#### Bug fixes
- Fixes a bug where the exceptions app fails to show an error page properly when a malformed body is posted ([<tt>474b6b3</tt>](https://github.com/yuki24/rambulance/commit/474b6b329e5590db3c0a7e33c795b18c00812729), [#40](https://github.com/yuki24/rambulance/issues/40), [@jasim](https://github.com/jasim))