Security update to Drupal 8.4.6
[yaffs-website] / vendor / symfony / var-dumper / CHANGELOG.md
1 CHANGELOG
2 =========
3
4 3.4.0
5 -----
6
7  * added `AbstractCloner::setMinDepth()` function to ensure minimum tree depth
8  * deprecated `MongoCaster`
9
10 2.7.0
11 -----
12
13  * deprecated Cloner\Data::getLimitedClone(). Use withMaxDepth, withMaxItemsPerDepth or withRefHandles instead.