[Translation] Fix <note> is interpreted as a tag in CHANGELOG

This commit is contained in:
Maxime Steinhausser 2017-08-27 10:55:51 +02:00
parent 3b6442f8b2
commit cc9fd5967d

View File

@ -7,8 +7,8 @@ CHANGELOG
* Added `TranslationDumperPass`
* Added `TranslationExtractorPass`
* Added `TranslatorPass`
* Added <notes> section to the Xliff 2.0 dumper.
* Improved Xliff 2.0 loader to load <notes> section.
* Added `<notes>` section to the Xliff 2.0 dumper.
* Improved Xliff 2.0 loader to load `<notes>` section.
* Added `TranslationWriterInterface`
* Deprecated `TranslationWriter::writeTranslations` in favor of `TranslationWriter::write`