CHANGELOG.md in rambulance-0.6.0 vs CHANGELOG.md in rambulance-1.0.0

- old
+ new

@@ -1,5 +1,19 @@ +## [v0.6.0](https://github.com/yuki24/rambulance/tree/v0.6.0) + +_<sup>released at 2018-03-08 18:36:16 UTC</sup>_ + +#### New features + +- Add support for Rails 5.2 +- Add a test helper method `#with_exceptions_app` for easier testing ([<tt>f5c16b9</tt>](https://github.com/yuki24/rambulance/commit/f5c16b90ecf5eb4903faa30d760bf5863441e9c5), [#27](https://github.com/yuki24/rambulance/pull/27), [@kbaba1001](https://github.com/kbaba1001)) + +#### Bug fixes + +- Fixed a bug where an `ActionController::UnknownFormat` error could cause a number of issues ([<tt>1b824e6</tt>](https://github.com/yuki24/rambulance/commit/1b824e6c170479ed90e24df1680dd2dec7c98160), [#41](https://github.com/yuki24/rambulance/issues/41), [#42](https://github.com/yuki24/rambulance/pull/42), [@willnet](https://github.com/willnet), [@joker-777](https://github.com/joker-777)) +- Fixed a bug where the methods on the `ExceptionApp` weren't easily inspectable ([<tt>6b4c834</tt>](https://github.com/yuki24/rambulance/commit/6b4c834bb0b8e81f619d9f598310ce68f4f9c66b)) + ## [v0.5.0](https://github.com/yuki24/rambulance/tree/v0.5.0) _<sup>released at 2018-01-02 21:36:02 UTC</sup>_ #### New features @@ -8,10 +22,10 @@ - Add support for Rails 5.1 #### Breaking changes & deprecations - Drop support for Ruby 1.9.3 -- Drop support for Haml and Slim templates +- Drop support for generating Haml and Slim templates on `rails g rambulance:install` #### 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))