[Yaml] escape backtick in markdown changelog

This commit is contained in:
Christian Flothmann 2015-10-28 22:33:57 +01:00
parent 1190fd07ea
commit a613b0d02e
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)