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