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