minor #19538 [Yaml] update changelog and upgrade files (xabbuh)

This PR was merged into the 3.2-dev branch.

Discussion
----------

[Yaml] update changelog and upgrade files

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #19504
| License       | MIT
| Doc PR        |

Commits
-------

3cd2932 [Yaml] update changelog and upgrade files
This commit is contained in:
Fabien Potencier 2016-08-13 11:49:42 -07:00
commit f208ac8a69
3 changed files with 8 additions and 0 deletions

View File

@ -75,4 +75,6 @@ Yaml
----
* Support for silently ignoring duplicate keys in YAML has been deprecated and
* Mappings with a colon that is not followed by a space are deprecated and
will lead to a `ParseException` in Symfony 4.0.

View File

@ -147,6 +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`.
* Starting an unquoted string with `%` leads to a `ParseException`.
* The `Dumper::setIndentation()` method was removed. Pass the indentation

View File

@ -4,6 +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.
* Added support for parsing PHP constants:
```php