Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6009167 commit 532cce8Copy full SHA for 532cce8
UPGRADE-5.0.md
@@ -273,3 +273,9 @@ Workflow
273
* `add` method has been removed use `addWorkflow` method in `Workflow\Registry` instead.
274
* `SupportStrategyInterface` has been removed, use `WorkflowSupportStrategyInterface` instead.
275
* `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
@@ -1,6 +1,12 @@
1
CHANGELOG
2
=========
3
4
+5.0.0
5
+-----
6
7
8
9
10
4.2.0
11
-----
12
0 commit comments