From 85e87a7fd84aa2924e2c3b94f3dfcf36eb8c5180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Wed, 25 Mar 2020 19:50:33 +0100 Subject: [PATCH] 3.16.0 Closes #1131 --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae399ee72..3e64052b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [3.15.1](https://github.com/sonata-project/SonataPageBundle/compare/3.15.0...3.15.1) - 2020-03-14 -### Fixed -- Fix page actions for symfony 4 +## [3.16.0](https://github.com/sonata-project/SonataPageBundle/compare/3.15.1...3.16.0) - 2020-03-25 +### Changed +- Removed underscores in page names when calling `sonata:page:update-core-route` ### Removed - Dependency on `cocur/slugify` +## [3.15.1](https://github.com/sonata-project/SonataPageBundle/compare/3.15.0...3.15.1) - 2020-03-14 +### Fixed +- Fix page actions for symfony 4 + ## [3.15.0](https://github.com/sonata-project/SonataPageBundle/compare/3.14.0...3.15.0) - 2020-01-27 ### Changed - Re-allow SF DI>4.4.0