Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be47165 commit 33bce92Copy full SHA for 33bce92
src/Symfony/Component/Translation/CHANGELOG.md
@@ -4,8 +4,10 @@ CHANGELOG
4
2.8.0
5
-----
6
7
- * deprecated Translator::getMessages(), use TranslatorBagInterface::getCatalogue() instead.
8
- * added options 'as_tree', 'inline' to YamlFileDumper
+ * deprecated Translator::getMessages(), rely on TranslatorBagInterface::getCatalogue() instead.
+ * added options `as_tree`, `inline` to YamlFileDumper
9
+ * added support for XLIFF target and tool attributes.
10
+ * added message parameters to DataCollectorTranslator.
11
* [DEPRECATION] The `DiffOperation` class has been deprecated and
12
will be removed in Symfony 3.0, since its operation has nothing to do with 'diff',
13
so the class name is misleading. The `TargetOperation` class should be used for
0 commit comments