CHANGELOG in roda-2.4.0 vs CHANGELOG in roda-2.5.0
- old
+ new
@@ -1,4 +1,14 @@
+= 2.5.0 (2015-07-14)
+
+* Make :by_name option to path plugin default to true in development (jeremyevans)
+
+* Add :cache_class option to render plugin, for customized template cache behavior (celsworth) (#34)
+
+* Add :compiled_asset_host option to assets plugin, to use a host for compiled assets (jeremyevans)
+
+* Allow r.multi_run to take a block that is called with the prefix before dispatching to the rack app (mikz) (#32)
+
= 2.4.0 (2015-06-15)
* Add websockets plugin, for integration with faye-websocket (jeremyevans)
* Add status_handler plugin, similar to not_found but for any status code (celsworth) (#29)