CHANGELOG in roda-2.10.0 vs CHANGELOG in roda-2.11.0

- old
+ new

@@ -1,4 +1,12 @@ += 2.11.0 (2016-02-16) + +* Support :scope option in render plugin, for specifying object in which to evaluate the template (jeremyevans) + +* Make minjs compressor support in assets plugin support latest version of Minjs (jeremyevans) + +* Add params_capturing plugin, for storing matcher captures in the request params (jeremyevans) + = 2.10.0 (2016-01-15) * Do not override existing Content-Type header in json plugin (jeremyevans) * Add :content_type option to json plugin to override Content-Type header used (Kyrremann) (#58)