diff options
-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 |