From e194b974090573221ea481c68eb77b9c11024e2d Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Mon, 15 May 2017 10:01:49 +0200 Subject: [PATCH] Changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 3506cc37..2162d369 100644 --- a/changelog.md +++ b/changelog.md @@ -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