There was an error while loading. Please reload this page.
1 parent dd1c7d1 commit b38e3f1Copy full SHA for b38e3f1
1 file changed
docs/undo_redo.rst
@@ -26,6 +26,9 @@ Behavior
26
--------
27
- Recording from a non-head position creates a new branch (preserves old future as an auto-branch).
28
- 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.
32
- History size is bounded by ``_max_history_size``; unreachable snapshots are pruned.
33
34
Example
0 commit comments