CHANGELOG in roda-3.79.0 vs CHANGELOG in roda-3.81.0
- old
+ new
@@ -1,4 +1,16 @@
+= 3.81.0 (2024-06-12)
+
+* Make assets plugin :early_hints option follow Rack 3 SPEC if using Rack 3 (jeremyevans)
+
+* Correctly parse Ruby 3.4 backtraces in exception_page plugin (jeremyevans)
+
+* Support :until and :seconds option in hmac_paths plugin, for paths valid only until a specific time (jeremyevans)
+
+= 3.80.0 (2024-05-10)
+
+* Support :namespace option in hmac_paths plugin, allowing for easy per-user/per-group HMAC paths (jeremyevans)
+
= 3.79.0 (2024-04-12)
* Do not update template mtime when there is an error reloading templates in the render plugin (jeremyevans)
* Add hmac_paths plugin for preventing path enumeration and supporting access control (jeremyevans)