CHANGELOG in roda-3.41.0 vs CHANGELOG in roda-3.42.0
- old
+ new
@@ -1,4 +1,16 @@
+= 3.42.0 (2021-03-12)
+
+* Make Roda.plugin support plugins using keyword arguments in Ruby 3 (jeremyevans)
+
+* Make Roda.use support middleware using keyword arguments in Ruby 3 (pat) (#207)
+
+* Support common_logger plugin :method option for specifying the method to call on the logger (fnordfish, jeremyevans) (#206)
+
+* Add recheck_precompiled_assets plugin for checking for updates to the precompiled asset metadata file (jeremyevans)
+
+* Make compile_assets class method in assets plugin use an atomic approach to writing precompiled metadata file (jeremyevans)
+
= 3.41.0 (2021-02-17)
* Improve view performance with :content option up to 3x by calling compiled template methods directly (jeremyevans)
= 3.40.0 (2021-01-14)