CHANGELOG.rdoc in devise-0.9.2 vs CHANGELOG.rdoc in devise-1.0.0
- old
+ new
@@ -1,4 +1,15 @@
+== 1.0.0
+
+* deprecation
+ * :old_password in update_with_password is deprecated, use :current_password instead
+
+* enhancements
+ * Added Registerable
+ * Added Http Basic Authentication support
+ * Allow scoped_views to be customized per controller/mailer class
+ * [#99] Allow authenticatable to used in change_table statements
+
== 0.9.2
* bug fix
* Ensure inactive user cannot sign in
* Ensure redirect to proper url after sign up