From 06df631be51673e00a3f7f84c72d6eebedb1c196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Fri, 20 Sep 2019 22:49:23 +0200 Subject: [PATCH] 3.10.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be5acc9c..f3259151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.10.0](https://github.com/sonata-project/SonataNewsBundle/compare/3.9.0...3.10.0) - 2019-09-20 +### Added +- Added conflict for unsupported `nelmio/api-doc-bundle` versions +- Add default context to breadcrumbs + +### Changed +- Changed id type to mixed + +### Fixed +- Match PHPDoc with doctrine model + ## [3.9.0](https://github.com/sonata-project/SonataNewsBundle/compare/3.8.0...3.9.0) - 2019-09-02 ### Added - Add missing `twig/twig` required in `composer.json` with versions `^1.35 || ^2.4`