CHANGELOG in roda-2.9.0 vs CHANGELOG in roda-2.10.0
- old
+ new
@@ -1,4 +1,14 @@
+= 2.10.0 (2016-01-15)
+
+* Do not override existing Content-Type header in json plugin (jeremyevans)
+
+* Add :content_type option to json plugin to override Content-Type header used (Kyrremann) (#58)
+
+* Add support for running with --enable-frozen-string-literal on ruby 2.3 (jeremyevans)
+
+* Add Streaming::Stream#write method so that IO.copy_stream will work (janko-m) (#56)
+
= 2.9.0 (2015-12-15)
* Support passing the content as a string argument instead of a block in the content_for plugin (badosu) (#52)
= 2.8.0 (2015-11-16)