Skip to content

Commit b38e3f1

Browse files
committed
Document clean declaration snapshot capture
1 parent dd1c7d1 commit b38e3f1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/undo_redo.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Behavior
2626
--------
2727
- Recording from a non-head position creates a new branch (preserves old future as an auto-branch).
2828
- Undo/redo/time travel rewires the live registry: registers/unregisters ObjectStates to match the snapshot and restores saved/live resolved values.
29+
- ``update_object_instance()`` marks the scope for snapshot capture when the
30+
replacement changes its working or saved parameters, even when the resulting
31+
state remains clean relative to its new saved baseline.
2932
- History size is bounded by ``_max_history_size``; unreachable snapshots are pruned.
3033

3134
Example

0 commit comments

Comments
 (0)