CHANGELOG in roda-2.22.0 vs CHANGELOG in roda-2.23.0
- old
+ new
@@ -1,4 +1,18 @@
+= 2.23.0 (2017-02-24)
+
+* Add :inherit_cache render plugin option, to create a copy of the cache for subclasses, instead of using an empty cache (jeremyevans)
+
+* In development mode, default to :explicit_cache=>true, :cache=>true instead of :cache=>false (jeremyevans)
+
+* Add :explicit_cache render plugin option, to only cache templates if the :cache option is given to render/view (jeremyevans)
+
+* Add error_email_content method to error_email plugin (jeremyevans)
+
+* Make error_email method in error_email plugin support non-exception arguments (jeremyevans)
+
+* Make Roda.freeze in the static_routing plugin return self (jeremyevans)
+
= 2.22.0 (2017-01-20)
* Add support for :verbatim_string_matcher option, for making all string matchers match verbatim (jeremyevans)
* Add support for :unsupported_matcher => :raise option, for raising on unsupported matcher values (jeremyevans)