From 157e2e67df0ee4f1a0074d22039dd482af0a1550 Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Thu, 16 Jun 2016 12:27:09 +0200 Subject: [PATCH] 1.5.0 --- CHANGELOG.md | 7 ++++++- UPGRADE-1.x.md | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 664b2281..d637f0ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [1.x] +## [1.5.0](https://github.com/sonata-project/exporter/compare/1.4.1...1.5.0) - 2016-06-16 +### Added +- `MimeTypedWriterInterface` can be implemented to indicate the suitable `Content-Type` header and format for a writer. + +### Changed +- Rename `lib` folder to `src` and make this project PSR-4 compliant. ## [1.4.0](https://github.com/sonata-project/exporter/compare/1.3.4...1.4.0) - 2015-06-09 ### Added diff --git a/UPGRADE-1.x.md b/UPGRADE-1.x.md index 15d2594b..16d3e0cb 100644 --- a/UPGRADE-1.x.md +++ b/UPGRADE-1.x.md @@ -1,6 +1,9 @@ UPGRADE 1.x =========== +UPGRADE FROM 1.4 to 1.5 +======================= + ## Changes in directory structure The `lib` directory has been renamed to the more standard `src`.