We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382e944 commit 16eeffdCopy full SHA for 16eeffd
Changelog.md
@@ -2,6 +2,21 @@
2
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
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
20
## 0.3.3
21
22
### Added
0 commit comments