Changelog for
ruby2.1-rubygem-validates_email_format_of-1.8.2-1.2.x86_64.rpm :
* Fri Jun 21 2024 dan.cermakAATTposteo.net- New upstream release 1.8.2, see bundled CHANGELOG.md
* Mon Aug 29 2022 cooloAATTsuse.comupdated to version 1.7.2 CHANGELOG removed upstream
* Thu Aug 04 2022 cooloAATTsuse.comupdated to version 1.7.1 see installed CHANGELOG == 1.7.1 (3 Aug 2022)
* Fix invalid symbols being allowed in the local part - https://github.com/validates-email-format-of/validates_email_format_of/issues/86
* Fix rspec_matcher when using a custom error message - https://github.com/validates-email-format-of/validates_email_format_of/pull/85 - thanks https://github.com/luuqnhu ! == 1.7.0 (29 July 2022)
* Use Standard.rb for internal code formatting - https://github.com/validates-email-format-of/validates_email_format_of/commit/db1b0a86af58e478b7f9f2f269bf93bf48dc13c1
* Add support for comments in the local part and improve quoted character handling - https://github.com/validates-email-format-of/validates_email_format_of/issues/69
* Improve grammar for parsing domain part and validate domain part lengths - https://github.com/validates-email-format-of/validates_email_format_of/commit/2554b55e547c1fae6599d13b0c99296752888c91
* Do not strip spaces before validating - https://github.com/validates-email-format-of/validates_email_format_of/issues/61 and https://github.com/validates-email-format-of/validates_email_format_of/issues/72
* Allow setting check_mx_timeout and reduce the default timeout to 3 seconds - https://github.com/validates-email-format-of/validates_email_format_of/issues/66
* Fix regex duplicate character warning - https://github.com/validates-email-format-of/validates_email_format_of/pull/71
* Update CI to include Ruby 2.6 to 3.1 and Rails 4.2 to 7.0
* Tue Aug 09 2016 tampakrapAATTopensuse.org- Initial commit