X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/14ba9f0a37dbf491a0a125a29b50848edf6dc3fe..63862d008e85a0d492393122eddfd01f717f6bcb:/vendor/plugins/validates_email_format_of/CHANGELOG diff --git a/vendor/plugins/validates_email_format_of/CHANGELOG b/vendor/plugins/validates_email_format_of/CHANGELOG deleted file mode 100644 index ce4a5e158..000000000 --- a/vendor/plugins/validates_email_format_of/CHANGELOG +++ /dev/null @@ -1,22 +0,0 @@ -= CHANGELOG - -== Version 1.0 - * initial version - -== Version 1.1 (the Francis Hwang edition) - * moved Regexp out of class methods into the ValidatesEmailFormatOf module - -== 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.2.1 (the RTFM edition) - * added support for quoted local parts - * added length checks for domain and local parts - * corrected escaped character support for RFC 3696 Errata - * added :allow_blank option - * added :unless option - -== Unreleased - * Now available as a gem on GitHub - * added should_validate_email_format_of