CHANGELOG in roda-3.30.0 vs CHANGELOG in roda-3.31.0
- old
+ new
@@ -1,4 +1,10 @@
+= 3.31.0 (2020-04-15)
+
+* Add :relative option to path method in path plugin, for generating a method returning relative paths (jeremyevans)
+
+* Add relative_path plugin, for turning absolute paths to paths relative to the current request (jeremyevans)
+
= 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)