CHANGELOG.rdoc in devise-1.0.5 vs CHANGELOG.rdoc in devise-1.0.6
- old
+ new
@@ -1,4 +1,13 @@
+== 1.0.6
+
+* bug fix
+ * Do not allow unlockable strategies based on time to access a controller.
+ * Do not send unlockable email several times.
+ * Allow controller to upstram custom! failures to Warden.
+
+== 1.0.5
+
* bug fix
* Use prepend_before_filter in require_no_authentication.
* require_no_authentication on unlockable.
* Fix a bug when giving an association proxy to devise.
* Do not use lock! on lockable since it's part of ActiveRecord API.