[Yaml] update changelog and upgrade files

This commit is contained in:
Christian Flothmann 2016-08-05 00:00:11 +02:00
parent e408b50c5a
commit 3cd293280d
3 changed files with 12 additions and 0 deletions

View File

@ -70,3 +70,9 @@ Validator
// ...
}
```
Yaml
----
* 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