CHANGELOG in roda-2.8.0 vs CHANGELOG in roda-2.9.0
- old
+ new
@@ -1,4 +1,8 @@
+= 2.9.0 (2015-12-15)
+
+* Support passing the content as a string argument instead of a block in the content_for plugin (badosu) (#52)
+
= 2.8.0 (2015-11-16)
* Add multi_view plugin for easily setting up routing for rendering multiple views (jeremyevans)
* Make content_for plugin work with haml and potentially other non-erb template engines (plukevdh) (#50)