From 707205f25572332079b8c77c06a26d4ebb54d90f Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Tue, 15 Jun 2021 20:04:30 +0200 Subject: [PATCH] Changelog --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index b0a6c2e3..4915ecc2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # PHPMailer Change Log -* **SECURITY** Fixes CVE-2021-3603 that may permit untrusted code to be run from an address validator, see [SECURITY.md](SECURITY.md) for details +* **SECURITY** Fixes CVE-2021-3603 that may permit untrusted code to be run from an address validator. See [SECURITY.md](SECURITY.md) for details. * The fix for this issue includes a minor BC break: callables injected into `validateAddress`, or indirectly through the `$validator` class property, may no longer be simple strings. If you want to inject your own validator, provide a closure instead of a function name. ## Version 6.4.1 (April 29th, 2021)