Skip to content

Commit

Permalink
Update changes file for PR #12094
Browse files Browse the repository at this point in the history
  • Loading branch information
feerrenrut committed May 17, 2021
1 parent d68f39c commit b4f0997
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ This release also drops support for Adobe Flash.
- ``speech.speechMode_beeps`` becomes ``speech.SpeechMode.beeps``
- ``speech.speechMode_talk`` becomes ``speech.SpeechMode.talk``
- ``IAccessibleHandler.IAccessibleObjectIdentifierType`` is now ``IAccessibleHandler.types.IAccessibleObjectIdentifierType``. (#12367)
- The following in ``NVDAObjects.UIA.WinConsoleUIA`` have been changed (#12094)
- ``NVDAObjects.UIA.winConsoleUIA.is21H1Plus`` renamed ``NVDAObjects.UIA.winConsoleUIA.isImprovedTextRangeAvailable``.
- ``NVDAObjects.UIA.winConsoleUIA.consoleUIATextInfo`` renamed to start class name with upper case.
- ``NVDAObjects.UIA.winConsoleUIA.consoleUIATextInfoPre21H1`` renamed ``NVDAObjects.UIA.winConsoleUIA.ConsoleUIATextInfoWorkaroundEndInclusive``
- The implementation works around both end points being inclusive (in text ranges) before [microsoft/terminal PR 4018 https://github.com/microsoft/terminal/pull/4018]
- Workarounds for ``expand``, ``collapse``, ``compareEndPoints``, ``setEndPoint``, etc


= 2020.4 =
Expand Down

0 comments on commit b4f0997

Please sign in to comment.