CHANGELOG.rdoc in devise-1.0.7 vs CHANGELOG.rdoc in devise-1.0.8
- old
+ new
@@ -1,4 +1,13 @@
+== 1.0.8
+
+* enhancements
+ * Support for latest MongoMapper
+ * Added anybody_signed_in? helper (by github.com/SSDany)
+
+* bug fix
+ * confirmation_required? is properly honored on active? calls. (by github.com/paulrosania)
+
== 1.0.7
* bug fix
* Ensure password confirmation is always required