README.md in restfulness-0.3.5 vs README.md in restfulness-0.3.6
- old
+ new
@@ -696,16 +696,20 @@
## Caveats and TODOs
Restfulness is still a work in progress but at Cabify we are using it in production. Here is a list of things that we'd like to improve or fix:
- * Support for more serializers and content types, not just JSON.
+ * More generic support for custom serializers and content types.
* Support path methods for automatic URL generation.
* Support redirect exceptions.
* Needs more functional testing.
- * Support for before and after filters in resources, although I'm slightly apprehensive about this.
## History
+
+### 0.3.6 - June 14, 2017
+
+ * Fixing issue for overriding response Content-Type headers (@samlown)
+ * Adding basic support for XML responses if requested in Accept headers (@samlown)
### 0.3.5 - February 21, 2017
* Rewind body after reading (@pacoguzman)
* Ensuring Rack compatibility from 1.5.0 through 2.0.1 (@samlown)