From cafaa3154fc488504633bc58ebce90fee1bda098 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Wed, 21 Feb 2024 17:20:41 +0100 Subject: [PATCH] 2.4.0 (#504) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b353b4f6..42dd3762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.4.0](https://github.com/sonata-project/sonata-doctrine-extensions/compare/2.3.0...2.4.0) - 2024-02-21 +### Added +- [[#494](https://github.com/sonata-project/sonata-doctrine-extensions/pull/494)] Compatibility with `doctrine/dbal` 4 and `doctrine/orm` 3 ([@dmaicher](https://github.com/dmaicher)) + ## [2.3.0](https://github.com/sonata-project/sonata-doctrine-extensions/compare/2.2.0...2.3.0) - 2023-06-04 ### Fixed - [[#487](https://github.com/sonata-project/sonata-doctrine-extensions/pull/487)] Fixed Symfony 6.3 deprecation: `DoctrineORMMapper` is now registered as Doctrine event listener ([@dmaicher](https://github.com/dmaicher))