From 627efd43407cd70ad4f2fcd1f5306ec3cf299b6f Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 6 Jul 2023 12:22:50 +0200 Subject: [PATCH] Update the changelog --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index cf358d62b..32751acea 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,13 @@ Changelog ========= +### 3.2.0 (2023-07-06) + +* Fixed deprecations with Symfony 6.3 +* Fixed deprecations with Doctrine ORM (requires using DoctrineBundle 2.10.1 or newer for the fix to be effective) +* Fixed the way to access the session when enabling confirmation emails +* Fixed the way to access the firewall name when enabling the registration feature + ### 3.1.0 (2022-10-26) * Added support for Symfony 6