From 2e1298da84cde17ca899fdc67fa4c2ec0959afaa Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Mon, 6 Mar 2023 15:21:17 +0100 Subject: [PATCH] Changelog --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index be4c1d33..84824fc0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # PHPMailer Change Log +## Version 6.8.0 (March 6th, 2023) +* Add DSN parsing class, thanks to @voronkovich +* Fix some name edge cases, expand tests +* Add pattern for ZonMTA message IDs +* Improve Hindi translation + ## Version 6.7.1 (December 8th, 2022) * Add official support for PHP 8.2 * Add PHP 8.3 to test suite with "experimental" status