CHANGELOG in roda-3.56.0 vs CHANGELOG in roda-3.57.0
- old
+ new
@@ -1,4 +1,14 @@
+= 3.57.0 (2022-06-14)
+
+* Make static_routing plugin depend on the hash_paths instead of the hash_routes plugin (jeremyevans)
+
+* Split hash_branches and hash_paths plugins from hash_routes plugin (jeremyevans)
+
+* Hex escape unprintable characters in common_logger plugin output (jeremyevans)
+
+* Add hash_branch_view_subdir plugin for automatically appending a view subdirectory on a successful hash branch (jeremyevans)
+
= 3.56.0 (2022-05-13)
* Make status_303 plugin use 303 responses for HTTP/2 and higher versions (jeremyevans)
* Add RodaRequest#http_version for determining the HTTP version in use (jeremyevans)