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

Skip to content

Commit e7878dd

Browse files
committed
Update the CHANGELOG
1 parent b0134d4 commit e7878dd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/Symfony/Component/Yaml/CHANGELOG.md

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

4+
4.0.0
5+
-----
6+
7+
* removed ``!!php/object`` tag support
8+
* added support of tagged scalars.
9+
10+
```yml
11+
Yaml::parse('!foo bar', Yaml::PARSE_CUSTOM_TAGS);
12+
// returns TaggedValue('foo', 'bar');
13+
```
14+
415
3.3.0
516
-----
617

0 commit comments

Comments
 (0)