Skip to content

Commit 4459ff4

Browse files
authored
Merge pull request #333 from kayjan/feature/merge-attribute
Add merge attribute parameter to modify module
2 parents 79058a5 + a2d79e7 commit 4459ff4

File tree

5 files changed

+825
-90
lines changed

5 files changed

+825
-90
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Changed:
9+
- Tree Modify: Update documentation and docstring with some rephrasing.
10+
### Added:
11+
- Tree Modify: Add parameter `merge_attribute` to allow from-node and to-node attributes to be merged if there are clashes.
12+
### Fixed:
13+
- Tree Modify: Fixed bug when `merge_children` is used with `overriding` as the `merge_children` value is changed in for-loop (bad move, literally).
814

915
## [0.22.3] - 2024-11-14
1016
### Added:

0 commit comments

Comments
 (0)