Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit daaf7e8

Browse filesBrowse files
committed
minor #15698 [2.8][Translator] Added missing changelog notes. (aitboudad)
This PR was merged into the 2.8 branch. Discussion ---------- [2.8][Translator] Added missing changelog notes. | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Fixed tickets | ~ | Tests pass? | yes | License | MIT Commits ------- 2592fe9 [Translator] Added missing changelog notes.
2 parents be47165 + 2592fe9 commit daaf7e8
Copy full SHA for daaf7e8

File tree

1 file changed

+4
-2
lines changed
Filter options

1 file changed

+4
-2
lines changed

‎src/Symfony/Component/Translation/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ CHANGELOG
44
2.8.0
55
-----
66

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.
911
* [DEPRECATION] The `DiffOperation` class has been deprecated and
1012
will be removed in Symfony 3.0, since its operation has nothing to do with 'diff',
1113
so the class name is misleading. The `TargetOperation` class should be used for

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.