From 20a2d970e9d35360657f2a3c0766b8642c66e6f5 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sat, 17 Jul 2021 14:31:54 +0200 Subject: [PATCH] 1.6.1 (#285) * 1.6.1 * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti Co-authored-by: Javier Spagnoletti --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ebc6b18..b5afc04a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.6.1](https://github.com/sonata-project/SonataArticleBundle/compare/1.6.0...1.6.1) - 2021-07-17 +### Changed +- [[#280](https://github.com/sonata-project/SonataArticleBundle/pull/280)] JS will now use the delete field to mark a fragment as deleted instead of not sending the value ([@srascar](https://github.com/srascar)) + +### Fixed +- [[#284](https://github.com/sonata-project/SonataArticleBundle/pull/284)] Back Office Title is correctly submitted as empty string when empty in form request ([@srascar](https://github.com/srascar)) + ## [1.6.0](https://github.com/sonata-project/SonataArticleBundle/compare/1.5.0...1.6.0) - 2021-02-15 ### Added - [[#216](https://github.com/sonata-project/SonataArticleBundle/pull/216)] Added dutch translations ([@zghosts](https://github.com/zghosts))