CHANGELOG in roda-3.65.0 vs CHANGELOG in roda-3.66.0
- old
+ new
@@ -1,4 +1,12 @@
+= 3.66.0 (2023-03-13)
+
+* Support overriding exception page assets via exception_page_{css,js} instance methods (jeremyevans) (#306)
+
+* Avoid keeping reference to Roda instance that caches an inline template (jeremyevans)
+
+* Add render_coverage plugin, using tilt 2.1 features to allow for compiled templates in Ruby <3.2 (jeremyevans)
+
= 3.65.0 (2023-02-13)
* Make indifferent_params plugin work with changes in rack main branch (jeremyevans)
* Add autoload_named_routes plugin for autoloading file for a named route when there is a request for that route (jeremyevans)