]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/plugins/validates_email_format_of/CHANGELOG.rdoc
Update validates_email_format_of plugin
[rails.git] / vendor / plugins / validates_email_format_of / CHANGELOG.rdoc
similarity index 55%
rename from vendor/plugins/validates_email_format_of/CHANGELOG
rename to vendor/plugins/validates_email_format_of/CHANGELOG.rdoc
index ce4a5e1580654dee9e21de19c5aec89d55b4807d..c0362074f22a75d17c64f852f3a32fbed653a442 100644 (file)
@@ -1,14 +1,19 @@
 = CHANGELOG
 
-== Version 1.0
- * initial version
+== Version 1.4.1 (the George Anderson and 'history' edition)
+ * don't allow domains with underscores
+ * removed extra spaces in validation messages
+ * updated tests for Rails 2.3+
 
-== Version 1.1 (the Francis Hwang edition)
- * moved Regexp out of class methods into the ValidatesEmailFormatOf module
+== Version 1.4 (the Denis Ahearn edition)
+ * added ability to run validation tests without touching ActiveRecord or a database
 
-== Version 1.2 (the Ismael Santos Kafeltz and Michael MacDonald edition)
- * added support for un-escaped and escaped special characters in the local part, per RFC 3696
- * added :allow_nil option
+== Version 1.3.1 (the Github edition)
+ * updated for github
+
+== Version 1.3 (the Travis Sinnott edition)
+ * added optional MX record check
+ * now available as a gem
 
 == Version 1.2.1 (the RTFM edition)
  * added support for quoted local parts
  * added :allow_blank option
  * added :unless option
 
-== Unreleased
- * Now available as a gem on GitHub
- * added should_validate_email_format_of
+== Version 1.2 (the Ismael Santos Kafeltz and Michael MacDonald edition)
+ * added support for un-escaped and escaped special characters in the local part, per RFC 3696
+ * added :allow_nil option
+
+== Version 1.1 (the Francis Hwang edition)
+ * moved Regexp out of class methods into the ValidatesEmailFormatOf module
+
+== Version 1.0
+ * initial version