From 8c9fb61c8a1e93ffb49d689cdccb9f5a536dd376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Thu, 20 Dec 2018 14:12:20 +0100 Subject: [PATCH] 3.13.7 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cd44f21..7bb4e947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.13.7](https://github.com/sonata-project/SonataCoreBundle/compare/3.13.6...3.13.7) - 2018-12-20 +### Fixed +- Fixed wrong form namespaces + ## [3.13.6](https://github.com/sonata-project/SonataCoreBundle/compare/3.13.5...3.13.6) - 2018-12-20 ### Fixed - crash about `PageableManagerInterface` when using `composer install --authoritative-classmap`