Browse Source

Update README.md

Egor Mozgovoy 3 years ago
parent
commit
3662611f1b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/README.md

+ 2 - 2
src/README.md

@@ -44,11 +44,11 @@ Decouples the state of a document from the UI.
     - [x] Basic Action->Change->ChangeInfo pipeline
     - Undo handling
         - [x] UpdateableChange class for changes requiring preview
-        - [ ] Handling for changes that don't change anything
+        - [x] Handling for changes that don't change anything
         - [x] Dispose changes
         - [ ] Dispose the entire document
         - [x] Basic undo stack infrastructure
-        - [ ] Ignored changes (changes that don't get recorded in undo)
+        - [x] Ignored changes (changes that don't get recorded in undo)
         - [ ] Manually ignore specific changes
         - [ ] Manual squashing
         - [ ] Auto-squashing