Skip to content

Commit

Permalink
Merge pull request #333 from kayjan/feature/merge-attribute
Browse files Browse the repository at this point in the history
Add merge attribute parameter to modify module
  • Loading branch information
kayjan authored Dec 25, 2024
2 parents 79058a5 + a2d79e7 commit 4459ff4
Show file tree
Hide file tree
Showing 5 changed files with 825 additions and 90 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

## [0.22.3] - 2024-11-14
### Added:
Expand Down
Loading

0 comments on commit 4459ff4

Please sign in to comment.