We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f407a commit f86ef1bCopy full SHA for f86ef1b
changelog.md
@@ -7,6 +7,12 @@ Oliva follows semantic versioning.\
7
Please report any issues.
8
9
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
16
## v1.2.x
17
18
- Added `TreeNodeTrait` and `MovableNodeTrait` that implement methods of `TreeNodeContract` and `MovableNodeContract`, respectively.
0 commit comments