Skip to content

Commit

Permalink
diff() generates nodes from t1
Browse files Browse the repository at this point in the history
Update #14
  • Loading branch information
mar10 committed Nov 8, 2024
1 parent e7d2b8d commit 1be7f01
Show file tree
Hide file tree
Showing 8 changed files with 176 additions and 134 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## 0.11.1 (unreleased)
## 0.11.2 (unreleased)

## 0.11.1 (2024-11-08)
- `t0.diff(t1, ...)` adds nodes from t1 when possible, so the new status is
used for modified nodes.
- `t0.diff(t1, ...)` marks both, source and target nodes, as modified if
applicable.

## 0.11.0 (2024-11-07)
- Implement check for node modifications in `tree.diff(..., compare=True)`.
Expand Down
Loading

0 comments on commit 1be7f01

Please sign in to comment.