CHANGELOG.md in responders-2.2.0 vs CHANGELOG.md in responders-2.3.0

- old
+ new

@@ -1,4 +1,12 @@ +## Unreleased + +## 2.3.0 + +* `verify_request_format!` is aliased to `verify_requested_format!` now. +* Implementing the `interpolation_options` method on your controller is deprecated + in favor of naming it `flash_interpolation_options` instead. + ## 2.2.0 * Added the `verify_request_format!` method, that can be used as a `before_action` callback to prevent your actions from being invoked when the controller does not respond to the request mime type, preventing the execution of complex