CHANGELOG.rdoc in devise-2.2.5 vs CHANGELOG.rdoc in devise-2.2.6
- old
+ new
@@ -1,4 +1,9 @@
+== 2.2.6
+
+* bug fix
+ * Skip storage for cookies on unverified requests
+
== 2.2.5
* bug fix
* Clean up CSRF token after authentication (by @homakov). Notice this change will clean up the CSRF Token after authentication (sign in, sign up, etc). So if you are using AJAX for such features, you will need to fetch a new CSRF token from the server.