diff --git a/user_docs/en/changes.t2t b/user_docs/en/changes.t2t index ee811e83a37..c439e3e5d95 100644 --- a/user_docs/en/changes.t2t +++ b/user_docs/en/changes.t2t @@ -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.