From f8bc03c2da72deeafd5d27f7cb558faeef8620d9 Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Thu, 30 Nov 2017 14:30:20 +0100 Subject: [PATCH] 1.8.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a6e7af..28e3a5bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.8.0](https://github.com/sonata-project/exporter/compare/1.7.1...1.8.0) - 2017-11-30 +### Fixed +- Allow `\DateTimeImmutable` values +- It is now allowed to install Symfony 4 + +### Removed +- Support for old versions of PHP and Symfony. + ## [1.7.1](https://github.com/sonata-project/exporter/compare/1.7.0...1.7.1) - 2017-02-09 ### Fixed - \Exporter\Exporter::addWriter is now public as needed by the related bundle