CHANGELOG in roda-3.8.0 vs CHANGELOG in roda-3.9.0
- old
+ new
@@ -1,4 +1,8 @@
+= 3.9.0 (2018-06-11)
+
+* Add route_csrf plugin for CSRF protection, offering more control, better security, and request-specific tokens compared to rack_csrf (jeremyevans)
+
= 3.8.0 (2018-05-17)
* Accept convert_each! :keys option that is Proc or Method in typecast_params plugin (jeremyevans)
* Make convert_each! in typecast_params plugin handle hashes with '0'..'N' keys without :keys option (jeremyevans)