Skip to content

Commit f86ef1b

Browse files
committed
changelog update
1 parent c6f407a commit f86ef1b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Oliva follows semantic versioning.\
77
Please report any issues.
88

99

10+
## v1.3.x
11+
12+
- `Node::addChild()` method (through the implementation in `MovableNodeTrait::addChild`) now allows adding the same node
13+
under the same key without having an effect, previously it would throw the `ChildKeyCollision` exception
14+
15+
1016
## v1.2.x
1117

1218
- Added `TreeNodeTrait` and `MovableNodeTrait` that implement methods of `TreeNodeContract` and `MovableNodeContract`, respectively.

0 commit comments

Comments
 (0)