CHANGELOG in roda-2.3.0 vs CHANGELOG in roda-2.4.0
- old
+ new
@@ -1,4 +1,16 @@
+= 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)
+
+* Support Closure Compiler, Uglifier, and MinJS for compressing javascript in the assets plugin (jeremyevans)
+
+* Make Roda.plugin always return nil (jeremyevans)
+
+* Add :gzip option to assets plugin (jeremyevans)
+
= 2.3.0 (2015-05-13)
* Make assets plugin work better with json plugin when r.assets is the last method called in a route block (jeremyevans) (#27)
* Support no_mail! method in the mailer plugin, for skipping an email (jeremyevans)