CHANGELOG in roda-3.35.0 vs CHANGELOG in roda-3.36.0
- old
+ new
@@ -1,4 +1,12 @@
+= 3.36.0 (2020-09-14)
+
+* Add multi_public plugin, for serving files from multiple public directories (jeremyevans)
+
+* Support report-to directive in the content_security_policy plugin (jeremyevans)
+
+* Add Vary response header when using type_routing plugin with Accept request header to prevent caching issues (jeremyevans)
+
= 3.35.0 (2020-08-14)
* Add r plugin for r method for accessing request, useful when r local variable is not in scope (jeremyevans)
* Warn when loading a plugin with arguments or a block if the plugin does not accept arguments or block (jeremyevans)