CHANGELOG in roda-3.29.0 vs CHANGELOG in roda-3.30.0
- old
+ new
@@ -1,4 +1,12 @@
+= 3.30.0 (2020-03-13)
+
+* Support :relative_paths assets plugin option to use relative paths for the assets (jeremyevans)
+
+* Make run_append_slash and run_handler plugins work when used together (janko) (#185)
+
+* Make :header matcher in header_matchers plugin work for Content-Type and Content-Length (jeremyevans) (#184)
+
= 3.29.0 (2020-02-14)
* Remove specs and old release notes from the gem to reduce gem size by over 35% (jeremyevans)
* Raise RodaError if trying to load a plugin that is not a module (jeremyevans)