CHANGES.markdown in roar-rails-1.0.0 vs CHANGES.markdown in roar-rails-1.0.1
- old
+ new
@@ -1,4 +1,10 @@
+## 1.0.1
+
+* Added a dependency on `responders` gem for Rails 4.2 support
+* `#render` from `ControllerAdditions::Render` now accepts a status code
+* Added support for JSON-API.
+
## 1.0.0
* Requires Roar >= 1.0.0.
* In `#consume!` roar-rails now finds the correct representer for the `Content-type:` header. In former version the representer name was infered using the `Accept:` header, which was totally wrong. Thanks to @pgaertig for fixing that.