From f52d3759ba57f92e2097c874d4e1ca33f2f94172 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Mon, 13 Mar 2017 12:19:56 +0100 Subject: [PATCH] Changelog --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 2201925b..06c1d8c5 100644 --- a/changelog.md +++ b/changelog.md @@ -14,7 +14,7 @@ This is a major update that breaks backwards compatibility. * All uses of `PHPMailer::$LE` property converted to use `static::$LE` constant for consistency and ease of overriding * Similar changes to line break handling in SMTP and POP3 classes. * Line break format for `mail()` transport is set automatically. - * Warnings emitted in debug output for buggy `mail()` in PHP versions 7.0.0 - 7.0.16 and 7.1.0 - 7.1.2; either upgrade or switch to SMTP. + * Warnings emitted for buggy `mail()` in PHP versions 7.0.0 - 7.0.16 and 7.1.0 - 7.1.2; either upgrade or switch to SMTP. * Extensive reworking of XOAUTH2, adding support for Google, Yahoo and Microsoft providers, thanks to @sherryl4george * Major cleanup of docs and examples * All elements previously marked as deprecated have been removed: