CHANGELOG.rdoc in devise-0.7.1 vs CHANGELOG.rdoc in devise-0.7.2
- old
+ new
@@ -1,4 +1,14 @@
+== 0.7.2
+
+* deprecation
+ * Renamed reset_confirmation! to resend_confirmation!
+ * Copying locale is part of the installation process
+
+* bug fix
+ * Fixed render_with_scope to work with all controllers
+ * Allow sign in with two different users in Devise::TestHelpers
+
== 0.7.1
* enhancements
* Small enhancements for other plugins compatibility (by github.com/grimen)