Skip to content

Commit

Permalink
Revert "Update fast_diff_match_patch to 2.0.1 (#15514)"
Browse files Browse the repository at this point in the history
This reverts commit 69a16cc.
  • Loading branch information
michaelDCurran committed Feb 12, 2024
1 parent 9627fde commit a442136
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/nvda_dmp
Submodule nvda_dmp updated 1 files
+1 −1 nvda_dmp.py
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requests==2.31.0
Pillow==10.2.0 -C "zlib=disable" -C "jpeg=disable"

#NVDA_DMP requires diff-match-patch
fast_diff_match_patch==2.0.1
diff_match_patch_python==1.0.2

# Packaging NVDA
git+https://github.com/py2exe/py2exe@4e7b2b2c60face592e67cb1bc935172a20fa371d#egg=py2exe
Expand Down
2 changes: 2 additions & 0 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ Setting ``numCells`` is still supported for single line braille displays and ``n
- Fixed bug where deleting git-tracked files during ``scons -c`` resulted in missing UIA COM interfaces on rebuild. (#7070, #10833, @hwf1324)
- Fix a bug where some code changes were not detected when building ``dist``, that prevented a new build from being triggered.
Now ``dist`` always rebuilds. (#13372, @hwf1324)
- Updated Comtypes to version 1.2.0. (#15513)
- Added extension point: ``treeInterceptorHandler.post_browseModeStateChange``. (#14969)
-

=== API Breaking Changes ===
Expand Down

0 comments on commit a442136

Please sign in to comment.