diff options
author | zytzagoo <zytzagoo@gmail.com> | 2017-11-10 16:47:02 +0100 |
---|---|---|
committer | zytzagoo <zytzagoo@gmail.com> | 2017-11-10 16:47:02 +0100 |
commit | 33fff1553b2465ae9c7e65eb37d6b00663a744a6 (patch) | |
tree | ed29d5981ce1fbaa157fae0b55155450b4a5c38b | |
parent | 924cb81cfb355495914cfc699846ccac784b3090 (diff) | |
download | smtp-validate-email-1.0.0.zip smtp-validate-email-1.0.0.tar.gz smtp-validate-email-1.0.0.tar.bz2 |
update changelog [ci skip]v1.0.0
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 961e35a..d5b72c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ ### Fixed - n/a -## [1.0.0] - 2017-11-xx +## [1.0.0] - 2017-11-10 ### Added - Namespaced code - Unit and functional tests @@ -19,10 +19,23 @@ ### Changed - Switched to PSR2 style +- PHP >= 5.6 required ### Fixed - Fixed a few edge cases (which tests revealed) +## [0.7] - 2017-11-02 +### Added +- Timestamps in log messages +- composer support +- PHP 7.2 compatibility +- Ability to skip "catch-all" detection +- Ability to control whether "no connection" is treated as valid or not + +### Changed +- [A lot of stuff over the years](https://github.com/zytzagoo/smtp-validate-email/commits/v0.7), but keeping backwards compatibility +- PHP >= 5.3.1 required + ## [0.6] - 2009 ### Added - Initial release |