CHANGELOG in roda-3.58.0 vs CHANGELOG in roda-3.59.0
- old
+ new
@@ -1,4 +1,10 @@
+= 3.59.0 (2022-08-12)
+
+* Add additional_render_engines plugin, for considering multiple render engines for templates (jeremyevans)
+
+* Fix typo in private method name in delete_empty_headers plugin (mculpt) (#279)
+
= 3.58.0 (2022-07-13)
* Add filter_common_logger plugin for skipping the logging of certain requests when using the common_logger plugin (jeremyevans)
* Make exception_page plugin use Exception#detailed_message on Ruby 3.2+ (jeremyevans)