Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh committed Jun 16, 2016
1 parent 1674153 commit 157e2e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions UPGRADE-1.x.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down

0 comments on commit 157e2e6

Please sign in to comment.