Skip to content

Commit 16eeffd

Browse files
authored
Prepare for 0.4.0 (#25)
1 parent 382e944 commit 16eeffd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

5+
## 0.4.0
6+
7+
### Added
8+
9+
- Introduced `LegacyTranslationReader` and `LegacyTranslationWriter` to provide BC support for Symfony 2.7 to 3.3.
10+
11+
### Changed
12+
13+
- Travis config.
14+
15+
### Removed
16+
17+
- Removed type annotation for first parameter of `FileStorage::__construct`. Type checks will be done with if-statements
18+
to support legacy code.
19+
520
## 0.3.3
621

722
### Added

0 commit comments

Comments
 (0)