CHANGELOG.rdoc in devise-1.4.2 vs CHANGELOG.rdoc in devise-1.4.3

- old
+ new

@@ -1,8 +1,23 @@ +== 1.4.3 + +* enhancements + * Improve Rails 3.1 compatibility + * Use serialize_into_session and serialize_from_session in Warden serialize to improve extensibility + +* bug fix + * Generator properly generates a change_table migration if a model already exists + * Properly deprecate setup_mail + * Fix encoding issues with email regexp + * Only generate helpers for the used mappings + * Wrap :action constraints in the proper hash + +* deprecations + * Loosened the used email regexp to simply assert the existent of "@". If someone relies on a more strict regexp, they may use https://github.com/SixArm/sixarm_ruby_email_address_validation + == 1.4.2 * bug fix - * Improve Rails 3.1 compatibility * Provide a more robust behavior to serializers and add :force_except option == 1.4.1 * enhancements