CHANGELOG in roda-3.5.0 vs CHANGELOG in roda-3.6.0
- old
+ new
@@ -1,4 +1,12 @@
+= 3.6.0 (2018-03-26)
+
+* Add :wrap option to json_parser plugin, for whether/how to wrap the uploaded JSON object (jeremyevans) (#142)
+
+* Add :early_hints option to the assets plugin, for supporting sending early hints for calls to assets (jeremyevans)
+
+* Add early_hints plugin for sending 103 Early Hint responses, currently only working on puma (jeremyevans)
+
= 3.5.0 (2018-02-14)
* Add request_aref plugin for configuring behavior of request [] and []= methods (jeremyevans)
* Make public plugin not add Content-Type header when serving 304 response for gzipped file (jeremyevans)