X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/14ba9f0a37dbf491a0a125a29b50848edf6dc3fe:/vendor/plugins/validates_email_format_of/CHANGELOG..63862d008e85a0d492393122eddfd01f717f6bcb:/vendor/plugins/validates_email_format_of/CHANGELOG.rdoc diff --git a/vendor/plugins/validates_email_format_of/CHANGELOG b/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 ce4a5e158..c0362074f 100644 --- a/vendor/plugins/validates_email_format_of/CHANGELOG +++ b/vendor/plugins/validates_email_format_of/CHANGELOG.rdoc @@ -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 @@ -17,6 +22,12 @@ * 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