minor #24000 [Translation] Fix <note> is interpreted as a tag in CHANGELOG (ogizanagi)

This PR was merged into the 3.4 branch.

Discussion
----------

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

| Q             | A
| ------------- | ---
| Branch?       | 3.4 <!-- see comment below -->
| Bug fix?      | no
| New feature?  | no <!-- don't forget updating src/**/CHANGELOG.md files -->
| BC breaks?    | no
| Deprecations? | no <!-- don't forget updating UPGRADE-*.md files -->
| Tests pass?   | yes
| Fixed tickets | N/A <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | N/A

... and is removed when rendering the markdown. Put it in a code span instead.

Commits
-------

cc9fd5967d [Translation] Fix <note> is interpreted as a tag in CHANGELOG
This commit is contained in:
Fabien Potencier 2017-08-27 07:44:06 -07:00
commit 4173f1389e

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`