minor #16371 [Yaml] escape backtick in markdown changelog (xabbuh)

This PR was merged into the 2.8 branch.

Discussion
----------

[Yaml] escape backtick in markdown changelog

| Q             | A
| ------------- | ---
| Fixed tickets | #16285
| License       | MIT

Commits
-------

a613b0d [Yaml] escape backtick in markdown changelog
This commit is contained in:
Tobias Schultze 2015-10-28 22:57:49 +01:00
commit 0c5141f683
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ CHANGELOG
2.8.0
-----
* Deprecated usage of @ and ` at the beginning of an unquoted string
* Deprecated usage of @ and \` at the beginning of an unquoted string
* Deprecated non-escaped \ in double-quoted strings when parsing Yaml
("Foo\Var" is not valid whereas "Foo\\Var" is)