CHANGELOG in roda-3.16.0 vs CHANGELOG in roda-3.17.0
- old
+ new
@@ -1,4 +1,14 @@
+= 3.17.0 (2019-02-15)
+
+* Improve performance in the common case for RodaResponse#finish (jeremyevans)
+
+* Support before hooks in the hooks plugin in the mailer and mail_processor plugins (jeremyevans)
+
+* Allow set_layout_opts in view_options plugin to override layout if render plugin :layout option is given (jeremyevans)
+
+* Add route_block_args plugin to control which arguments are yielded to the route block (jeremyevans, chrisfrank) (#159)
+
= 3.16.0 (2019-01-18)
* Add mail_processor plugin for processing mail using a routing tree (jeremyevans)
= 3.15.0 (2018-12-14)