CHANGELOG in roda-3.72.0 vs CHANGELOG in roda-3.73.0
- old
+ new
@@ -1,4 +1,10 @@
+= 3.73.0 (2023-10-13)
+
+* Support :next_if_not_found option for middleware plugin (jeremyevans) (#334)
+
+* Remove dependency on base64 library from sessions and route_csrf plugin, as it will not be part of the standard library in Ruby 3.4+ (jeremyevans)
+
= 3.72.0 (2023-09-12)
* Add invalid_request_body plugin for custom handling of invalid request bodies (jeremyevans)
* Warn when defining method that expects 1 argument when block requires multiple arguments when :check_arity option is set to :warn (jeremyevans)