CHANGELOG.rdoc in devise-1.5.3 vs CHANGELOG.rdoc in devise-1.5.4
- old
+ new
@@ -1,11 +1,18 @@
+== 1.5.4
+
+* bug fix
+ * Require string conversion for all values
+
== 1.5.3
* bug fix
* Ensure delegator converts scope to symbol (by github.com/dmitriy-kiriyenko)
* Ensure passing :format => false to devise_for is not permanent
* Ensure path checker does not check invalid routes
+* warden regression
+ * using warden 1.2.1 with Devise 1.5.3 introduces a regression for some types of functional tests (see github.com/plataformatec/devise/issues/1928). Can peg warden to 1.2.0 in your Gemfile to fix this.
== 1.5.2
* enhancements
* Add support for rails 3.1 new mass assignment conventions (by github.com/kirs)
* Add timeout_in method to Timeoutable, it can be overriden in a model (by github.com/lest)