CHANGELOG in roda-2.27.0 vs CHANGELOG in roda-2.28.0
- old
+ new
@@ -1,4 +1,12 @@
+= 2.28.0 (2017-07-14)
+
+* Deprecate unneeded internal constants (jeremyevans)
+
+* Optimize for ruby 2.3+ using frozen string literals instead of constants (jeremyevans)
+
+* Move 303 default redirect status from sinatra_helpers to status_303 plugin, so it can be loaded separately (plujon) (#122)
+
= 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)