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

- old
+ new

@@ -1,5 +1,11 @@ -## Unreleased +## 2.4.0 + +* `respond_with` now accepts a new kwargs called `:render` which goes straight to the `render` + call after an unsuccessful post request. Usefull if for example you need to render a template + which is outside of controller's path eg: + + `respond_with resource, render: { template: 'path/to/template' }` ## 2.3.0 * `verify_request_format!` is aliased to `verify_requested_format!` now. * Implementing the `interpolation_options` method on your controller is deprecated