Skip to content

Commit 0a340a5

Browse files
authored
Merge e3ab1bd into 69c8c5b
2 parents 69c8c5b + e3ab1bd commit 0a340a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_docs/en/changes.t2t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ What's New in NVDA
1616

1717
== Bug Fixes ==
1818
- Reporting of object shortcut keys has been improved. (#10807)
19+
- The SAPI4 synthesizer now properly supports volume, rate and pitch changes embedded in speech. (#15271)
1920
-
2021

2122
== Changes for Developers ==
2223
Please refer to [the developer guide https://www.nvaccess.org/files/nvda/documentation/developerGuide.html#API] for information on NVDA's API deprecation and removal process.
2324

2425
- Note: this is an Add-on API compatibility breaking release.
2526
Add-ons will need to be re-tested and have their manifest updated.
27+
- Added extension point: ``treeInterceptorHandler.post_browseModeStateChange``. (#14969)
2628
-
2729

2830
=== API Breaking Changes ===
@@ -123,7 +125,6 @@ There's also been bug fixes for the Add-on Store, Microsoft Office, Microsoft Ed
123125
- Fixed support for System List view (``SysListView32``) controls in Windows Forms applications. (#15283)
124126
- NVDA once again announces calculation results in the Windows 32bit calculator on Server, LTSC and LTSB versions of Windows. (#15230)
125127
- NVDA no longer ignores focus changes when a nested window (grand child window) gets focus. (#15432)
126-
- The SAPI4 synthesizer now properly supports volume, rate and pitch changes embedded in speech. (#15271)
127128
-
128129

129130
== Changes for Developers ==
@@ -135,7 +136,6 @@ They should also be thread safe, making it possible to call them from background
135136
- Added official support to register custom braille display drivers in the automatic braille display detection process.
136137
Consult the ``braille.BrailleDisplayDriver`` class documentation for more details.
137138
Most notably, the ``supportsAutomaticDetection`` attribute must be set to ``True`` and the ``registerAutomaticDetection`` ``classmethod`` must be implemented. (#15196)
138-
- Added extension point: ``treeInterceptorHandler.post_browseModeStateChange``. (#14969)
139139
-
140140

141141
=== Deprecations ===

0 commit comments

Comments
 (0)