From 916ccd1531bd55efe495f85fd8f966d2805a7423 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Tue, 28 May 2024 16:00:50 +0200 Subject: [PATCH] prepare release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5171ca..e52f0f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ Changelog Version 3 ========= +3.0.1 +----- + +* Declare conflict with `doctrine/persistence: < 3.0.0`. Bundle 3.0.0 will install with old persistence, but the + ManagerRegistry does no longer implement the obsolete method `getAliasNamespace` that is still required by + persistence 2.*. + 3.0.0 -----