From bd0ac03cb2f767167c2f7cef5a6de9eef6087711 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Mon, 8 Apr 2024 20:11:29 +0200 Subject: [PATCH] Changelog --- changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index cf1778b78..82f79a40d 100644 --- a/changelog.md +++ b/changelog.md @@ -4,8 +4,10 @@ * Escape dots in SMTP transaction ID patterns * Add link to [aboutmy.email](https://aboutmy.email) testing service in docs * Add a more comprehensive example for using XOAUTH2 with gmail and Azure, thanks to @decomplexity -* Update Turkish and Spanish translation +* Update Turkish, Spanish, Japanese translations +* Add Urdu translation * Fix broken links in docs and comments, avoid http links, correct link to LGPL 2.1 license file +* Cleaner PSR-3 SMTP debug logging ## Version 6.9.1 (November 25th, 2023) * Finalise SendOauth2 example