CHANGELOG in roda-3.49.0 vs CHANGELOG in roda-3.50.0

- old
+ new

@@ -1,4 +1,12 @@ += 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) + +* Allow hash_branch and hash_path in hash_routes plugin to be called without a block to remove existing handler (jeremyevans) + = 3.49.0 (2021-10-13) * Switch block_given? to defined?(yield) (jeremyevans) * Automatically optimize remaining r.is/r.get/r.post calls with a single argument (jeremyevans)