From d911899db2acd73910bef02ac977cad70a3eecb9 Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Sat, 4 Nov 2017 21:50:53 +0100 Subject: [PATCH] 3.6.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 283b11ed..aecf9a75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.6.0](https://github.com/sonata-project/SonataCoreBundle/compare/3.5.1...3.6.0) - 2017-11-04 +### Added +- Added dp_option "dp_pick_date" in BasePickerType +- Support of cocur/slugify 3.x + +### Changed +- Changed template datepicker.html.twig to display the time icon + +### Fixed +- missing form mapping for `sonata_type_color` +- reusable test case `Sonata\CoreBundle\Test\AbstractWidgetTestCase` is now compatible with Symfony 3.4 + +### Removed +- Support for old versions of PHP and Symfony. + ## [3.5.1](https://github.com/sonata-project/SonataCoreBundle/compare/3.5.0...3.5.1) - 2017-09-20 ### Fixed - Datagrid build form issue caused by a regression on release 3.5.0