[Yaml] improve changelog and upgrade entries

This commit is contained in:
Christian Flothmann 2016-08-25 08:47:13 +02:00
parent df8cf70673
commit e28825656b
3 changed files with 9 additions and 6 deletions

View File

@ -77,5 +77,6 @@ Yaml
* Support for silently ignoring duplicate keys in YAML has been deprecated and
will lead to a `ParseException` in Symfony 4.0.
* Mappings with a colon that is not followed by a space are deprecated and
will lead to a `ParseException` in Symfony 4.0.
* Mappings with a colon (`:`) that is not followed by a whitespace are deprecated
and will lead to a `ParseException` in Symfony 4.0 (e.g. `foo:bar` must be
`foo: bar`).

View File

@ -147,8 +147,9 @@ Translation
Yaml
----
* Mappings with a colon that is not followed by a space are are not
supported anymore and lead to a `ParseException`.
* Mappings with a colon (`:`) that is not followed by a whitespace are not
supported anymore and lead to a `ParseException`(e.g. `foo:bar` must be
`foo: bar`).
* Starting an unquoted string with `%` leads to a `ParseException`.

View File

@ -4,8 +4,9 @@ CHANGELOG
3.2.0
-----
* Mappings with a colon that is not followed by a space are deprecated and
will lead to a `ParseException` in Symfony 4.0.
* Mappings with a colon (`:`) that is not followed by a whitespace are deprecated
and will lead to a `ParseException` in Symfony 4.0 (e.g. `foo:bar` must be
`foo: bar`).
* Added support for parsing PHP constants: