From 7d8cd17573fe5cc6f295403396c15c09344f2e43 Mon Sep 17 00:00:00 2001 From: SonataCI Date: Mon, 24 Apr 2023 23:16:52 +0000 Subject: [PATCH] 5.7.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68269b8b2..73b1c3ea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [5.7.0](https://github.com/sonata-project/SonataUserBundle/compare/5.6.3...5.7.0) - 2023-04-24 +### Removed +- [[#1632](https://github.com/sonata-project/SonataUserBundle/pull/1632)] Support for Symfony 4.4 ([@jordisala1991](https://github.com/jordisala1991)) +- [[#1632](https://github.com/sonata-project/SonataUserBundle/pull/1632)] Support for Twig 2 ([@jordisala1991](https://github.com/jordisala1991)) + ## [5.6.3](https://github.com/sonata-project/SonataUserBundle/compare/5.6.2...5.6.3) - 2023-04-12 ### Fixed - [[#1628](https://github.com/sonata-project/SonataUserBundle/pull/1628)] ORM schema mapping does not give errors about validation root ([@jordisala1991](https://github.com/jordisala1991))