From 7c61be96464eee72ab467c9d7a6c829343244f11 Mon Sep 17 00:00:00 2001 From: Synchro Date: Thu, 25 Sep 2014 17:32:59 +0200 Subject: [PATCH] Changelog --- changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 5eaaed5e9..8de7c0de1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ # ChangeLog +* **Important: The autoloader is no longer autoloaded by the PHPMailer class** * Update html2text from https://github.com/mtibben/html2text * Improve Arabic translations (Thanks to @tarekdj) * Consistent handling of connection variables in SMTP and POP3 @@ -15,9 +16,11 @@ * Allow user-defined debug output method via a callable * msgHTML now converts data URIs to embedded images * SMTP::getLastReply() will now always be populated -* The autoloader is no longer autoloaded by the PHPMailer class * Improved example code in README * Ensure long filenames in Content-Disposition are encoded correctly +* Simplify SMTP debug output mechanism, clarify levels with constants +* Add SMTP connection check example +* Simplify examples, don't use mysql* functions ## Version 5.2.8 (May 14th 2014) * Increase timeout to match RFC2821 section 4.5.3.2 and thus not fail greetdelays, fixes #104