Changelog

This commit is contained in:
Marcus Bointon 2017-05-15 10:01:49 +02:00
parent 82cbbc2ab2
commit e194b97409
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ This is a major update that breaks backwards compatibility.
* More thorough checks for reading attachments.
* Throw an exception when trying to send a message with an empty body caused by an internal error.
* Replaced all use of MD5 and SHA1 hash functions with SHA256.
* Now checks for invalid host strings when sending via SMTP.
## Version 5.2.23 (March 15th 2017)
* Improve trapping of TLS errors during connection so that they don't cause warnings, and are reported better in debug output