Skip to content

Commit

Permalink
What's new: address grammar edit comments.
Browse files Browse the repository at this point in the history
Reviewed by Leonard de Ruijter (Babbage): has -> have for two entries.
  • Loading branch information
josephsl committed Jul 24, 2019
1 parent 140033f commit 0405547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ What's New in NVDA
- Updated Python to 3.7. (#7105)
- Updated pySerial to version 3.4.
- the validate module is now only available from configobj. Code should now do from configobj import validate rather than import validate.
- textInfos.Point and textInfos.Rect has been removed and replaced by locationHelper.Point and locationHelper.RectLTRB, respectively.
- braille.BrailleHandler._get/set_tether has been removed. Use getTether and setTether respectively.
- textInfos.Point and textInfos.Rect have been removed and replaced by locationHelper.Point and locationHelper.RectLTRB, respectively.
- braille.BrailleHandler._get/set_tether have been removed. Use getTether and setTether respectively.
- config.getConfigDirs has been removed.
- config.ConfigManager.getConfigValidationParameter has been removed. A bug in getConfigValidation has been fixed, replacing getConfigValidationParameter fully.
- inputCore.InputGesture.logIdentifier property has been removed. Use inputCore.InputGesture.identifiers[0] instead.
Expand Down

0 comments on commit 0405547

Please sign in to comment.