CHANGELOG in roda-3.50.0 vs CHANGELOG in roda-3.51.0

- old
+ new

@@ -1,4 +1,12 @@ += 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) + +* Allow route in named_routes plugin to be called without a block to remove existing handler (jeremyevans) + = 3.50.0 (2021-11-12) * Add capture_erb plugin for capturing ERB template blocks, instead of injecting them into the template output (jeremyevans) * Add inject_erb plugin for injecting content directly into ERB template output (jeremyevans)