8000 [Yaml] update changelog and upgrade files · symfony/symfony@3cd2932 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3cd2932

Browse files
committed
[Yaml] update changelog and upgrade files
1 parent e408b50 commit 3cd2932

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

UPGRADE-3.2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,9 @@ Validator
7070
// ...
7171
}
7272
```
73+
74+
Yaml
75+
----
76+
77+
* Mappings with a colon that is not followed by a space are deprecated and
78+
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)
0