CHANGELOG in roda-2.6.0 vs CHANGELOG in roda-2.7.0

- old
+ new

@@ -1,4 +1,18 @@ += 2.7.0 (2015-10-13) + +* Add run_handler plugin for modifying rack response arrays when using r.run, and continuing routing for 404 responses (jeremyevans) + +* Add response_request plugin allowing response object access to request object (jeremyevans) + +* Add default_status plugin for overriding the default response status (celsworth) (#47) + +* Make RodaCache synchronize access on MRI (jeremyevans) + +* Support opts[:host_matcher_captures] = true to make :host=>/regexp/ matcher yield captures in the header_matchers plugin (jeremyevans) + +* Allow Roda.rewrite_path to take a block in the path_rewriter plugin (Freaky) (#45) + = 2.6.0 (2015-09-14) * Add :params and :params! matchers to param_matchers plugin (jeremyevans) * Merge options when loading csrf plugin multiple times (jeremyevans)