CHANGELOG in roda-3.51.0 vs CHANGELOG in roda-3.52.0

- old
+ new

@@ -1,4 +1,16 @@ += 3.52.0 (2022-01-14) + +* Fix return value of Roda.freeze when multi_route plugin is used (jeremyevans) (#240) + +* Use faster OpenSSL::Digest instead of Digest for assets plugin SRI support (jeremyevans) + +* Drop development dependency on haml (jeremyevans) + +* Make the path method in the path plugin handle blocks that accept keyword arguments in Ruby 3+ (adam12) (#227) + +* Support typecast_params :date_parse_input_handler plugin option for handling input to date parsing methods (jeremyevans) + = 3.51.0 (2021-12-15) * Avoid method redefinition warning in error_handler plugin in verbose warning mode (jeremyevans) * Allow run in multi_run plugin to be called without an app to remove existing handler (jeremyevans)