Skip to content

Commit f208ac8

Browse files
committed
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
2 parents 7022f8c + 3cd2932 commit f208ac8

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

UPGRADE-3.2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,6 @@ Yaml
7575
----
7676

7777
* Support for silently ignoring duplicate keys in YAML has been deprecated and
78+
79+
* Mappings with a colon that is not followed by a space are deprecated and
7880
will lead to a `ParseException` in Symfony 4.0.

UPGRADE-4.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ Translation
147147
Yaml
148148
----
149149

150+
* Mappings with a colon that is not followed by a space are are not
151+
supported anymore and lead to a `ParseException`.
152+
150153
* Starting an unquoted string with `%` leads to a `ParseException`.
151154

152155
* The `Dumper::setIndentation()` method was removed. Pass the indentation

src/Symfony/Component/Yaml/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ CHANGELOG
44
3.2.0
55
-----
66

7+
* Mappings with a colon that is not followed by a space are deprecated and
8+
will lead to a `ParseException` in Symfony 4.0.
9+
710
* Added support for parsing PHP constants:
811

912
```php

0 commit comments

Comments
 (0)