CHANGELOG in roda-2.14.0 vs CHANGELOG in roda-2.15.0
- old
+ new
@@ -1,4 +1,14 @@
+= 2.15.0 (2016-06-13)
+
+* Add public plugin for r.public method for serving all files in the public directory (jeremyevans)
+
+* Make send_file in sinatra_helpers plugin work with Rack 2 (jeremyevans)
+
+* Make :header matcher prefixes the env key with HTTP_ if application :header_matcher_prefix option is set (timothypage, jeremyevans) (#69)
+
+* Add content_for plugin :append option to support appending to the existing content (evanleck, jeremyevans) (#66)
+
= 2.14.0 (2016-05-13)
* Add symbol_status plugin for using symbols as status codes (Papierkorb) (#65)
* Make middleware plugin also run the application's middleware (jeremyevans)