Skip to content

Commit

Permalink
Prepare for 0.4.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Dec 27, 2017
1 parent 382e944 commit 16eeffd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.

## 0.4.0

### Added

- Introduced `LegacyTranslationReader` and `LegacyTranslationWriter` to provide BC support for Symfony 2.7 to 3.3.

### Changed

- Travis config.

### Removed

- Removed type annotation for first parameter of `FileStorage::__construct`. Type checks will be done with if-statements
to support legacy code.

## 0.3.3

### Added
Expand Down

0 comments on commit 16eeffd

Please sign in to comment.