CHANGELOG in roda-3.4.0 vs CHANGELOG in roda-3.5.0
- old
+ new
@@ -1,4 +1,12 @@
+= 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)
+
+* Make content_for call with block convert block result to string before passing to tilt (jeremyevans) (#135)
+
= 3.4.0 (2018-01-12)
* Add middleware_stack plugin for removing middleware and inserting middleware before the end of the stack (jeremyevans)
* Make head plugin handle closing existing response bodies if the body responds to close (Eric Wong)