CHANGELOG in roda-2.26.0 vs CHANGELOG in roda-2.27.0
- old
+ new
@@ -1,4 +1,12 @@
+= 2.27.0 (2017-06-14)
+
+* Add class_matchers plugin for matching other classes (in addition to String/Integer), with user specified regexps and type conversion (jeremyevans)
+
+* Support String class matcher for non-empty segments, same behavior as symbol matchers but more intuitive and DRY (jeremyevans)
+
+* Support Integer class matcher for \d+ segments, yielding matched values as integers (jeremyevans)
+
= 2.26.0 (2017-05-16)
* Support :skip_middleware option to csrf plugin to add only the methods and not add the middleware (luciusgone) (#118)
* Handle multiple types with matching suffixes in the type_routing plugin (e.g. tar.gz and gz) (tomdalling) (#117)