diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c3d2c995..00cf3ed99 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/). +## [4.2.0](https://github.com/sonata-project/SonataPageBundle/compare/4.1.1...4.2.0) - 2023-04-25 +### Removed +- [[#1679](https://github.com/sonata-project/SonataPageBundle/pull/1679)] Support for Symfony 4.4 ([@jordisala1991](https://github.com/jordisala1991)) +- [[#1679](https://github.com/sonata-project/SonataPageBundle/pull/1679)] Support for Twig 2 ([@jordisala1991](https://github.com/jordisala1991)) + ## [4.1.1](https://github.com/sonata-project/SonataPageBundle/compare/4.1.0...4.1.1) - 2023-04-12 ### Fixed - [[#1676](https://github.com/sonata-project/SonataPageBundle/pull/1676)] ORM schema mapping does not give validation errors ([@jordisala1991](https://github.com/jordisala1991))