CHANGELOG in roda-3.71.0 vs CHANGELOG in roda-3.72.0
- old
+ new
@@ -1,4 +1,12 @@
+= 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)
+
+* Implement the match_hooks plugin using the match_hook_args plugin (jeremyevans)
+
= 3.71.0 (2023-08-14)
* Add match_hook_args plugin, similar to match_hooks but support matchers and block args as hook arguments (jeremyevans)
= 3.70.0 (2023-07-12)