Skip to content

Commit 6f99883

Browse files
committed
changelog
1 parent 49c6175 commit 6f99883

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Please report any issues.
1111

1212
- `Node::addChild()` method (through the implementation in `MovableNodeTrait::addChild`) now allows adding the same node
1313
under the same key without having an effect, previously it would throw the `ChildKeyCollision` exception
14+
- `Tree::link()` method now allows for turning off the duplicate node handling mechanism,
15+
which prevents adding the same child multiple times
16+
- used for performance optimization when linking multiple children in a sequence
1417

1518

1619
## v1.2.x

0 commit comments

Comments
 (0)