From 901069c01e20ef4d6c4e0d638428656ae5bedcdf Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 4 Jul 2024 13:25:57 +0200 Subject: [PATCH] Update the changelog for 4.0 --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 35d5b4916..8aaa92dc1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ Changelog ========= +### 4.0.0 (2024-07-04) + +* [BC break] Removed the CouchDB ODM integration +* [BC break] Added return types in most methods +* [BC break] Marked classes as final when they were `@final` +* Removed support for symfony <6.4 +* Removed support for PHP <8.1 +* Remove the mailer implementation based on Swiftmailer +* Added support for Symfony 7 + ### 3.4.0 (2024-06-25) * Deprecated the TwigSwiftMailer implementation