Skip to content

Commit

Permalink
update changes file for PR #11639
Browse files Browse the repository at this point in the history
  • Loading branch information
feerrenrut committed Dec 31, 2020
1 parent d890ac9 commit 55a7d69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/espeak
Submodule espeak updated 109 files
2 changes: 1 addition & 1 deletion include/liblouis
Submodule liblouis updated 100 files
6 changes: 6 additions & 0 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ What's New in NVDA


== Bug Fixes ==
- In terminal programs on Windows 10 version 1607 and later, when inserting or deleting characters in the middle of a line, the characters to the right of the caret are no longer read out. (#3200)
- This experimental fix must be manually enabled in NVDA's advanced settings panel by changing the diff algorithm to Diff Match Patch.


== Changes for Developers ==
- Note: this is a Add-on API compatibility breaking release. Add-ons will need to be re-tested and have their manifest updated.
- `LiveText._getTextLines` has been removed. (#11639)
- Instead, override `_getText` which returns a string of all text in the object.
- `LiveText` objects can now calculate diffs by character. (#11639)
- To alter the diff behaviour for some object, override the `diffAlgo` property (see the docstring for details).


= 2020.4 =
Expand Down

0 comments on commit 55a7d69

Please sign in to comment.