File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/Symfony/Component/Translation Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ CHANGELOG
4
4
2.8.0
5
5
-----
6
6
7
- * deprecated Translator::getMessages(), use TranslatorBagInterface::getCatalogue() instead.
8
- * added options 'as_tree', 'inline' to YamlFileDumper
7
+ * deprecated Translator::getMessages(), rely on TranslatorBagInterface::getCatalogue() instead.
8
+ * added options ` as_tree ` , ` inline ` to YamlFileDumper
9
+ * added support for XLIFF target and tool attributes.
10
+ * added message parameters to DataCollectorTranslator.
9
11
* [ DEPRECATION] The ` DiffOperation ` class has been deprecated and
10
12
will be removed in Symfony 3.0, since its operation has nothing to do with 'diff',
11
13
so the class name is misleading. The ` TargetOperation ` class should be used for
You can’t perform that action at this time.
0 commit comments