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.
This commit is contained in:
Tobias Schultze 2015-09-05 19:04:46 +02:00
commit daaf7e8372

View File

@ -4,8 +4,10 @@ CHANGELOG
2.8.0
-----
* deprecated Translator::getMessages(), use TranslatorBagInterface::getCatalogue() instead.
* added options 'as_tree', 'inline' to YamlFileDumper
* deprecated Translator::getMessages(), rely on TranslatorBagInterface::getCatalogue() instead.
* added options `as_tree`, `inline` to YamlFileDumper
* added support for XLIFF target and tool attributes.
* added message parameters to DataCollectorTranslator.
* [DEPRECATION] The `DiffOperation` class has been deprecated and
will be removed in Symfony 3.0, since its operation has nothing to do with 'diff',
so the class name is misleading. The `TargetOperation` class should be used for