Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 532cce8

Browse files
committed
Updated Upgrade file and changelog of Yaml component for the new deprecation
1 parent 6009167 commit 532cce8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

UPGRADE-5.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,3 +273,9 @@ Workflow
273273
* `add` method has been removed use `addWorkflow` method in `Workflow\Registry` instead.
274274
* `SupportStrategyInterface` has been removed, use `WorkflowSupportStrategyInterface` instead.
275275
* `ClassInstanceSupportStrategy` has been removed, use `InstanceOfSupportStrategy` instead.
276+
277+
Yaml
278+
----
279+
280+
* The parser is now stricter and will trigger a deprecation notice when a
281+
mapping is found inside a multi-line string.

src/Symfony/Component/Yaml/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
5.0.0
5+
-----
6+
7+
* The parser is now stricter and will trigger a deprecation notice when a
8+
mapping is found inside a multi-line string.
9+
410
4.2.0
511
-----
612

0 commit comments

Comments
 (0)