Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaCowley committed Jan 8, 2025
1 parent 6bf3f01 commit c7d363b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user_docs/en/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

### Important notes

* Users are warned that support for Microsoft Speech API version 4 synthesizers is planned for removal in NVDA 2026.1.
Any remaining users of SAPI4 speech synthesizers are encouraged to choose a more modern speech synthesizer.

### New Features

* Support for math in PDFs has been added.
Expand Down Expand Up @@ -179,6 +182,7 @@ Use `gui.message.MessageDialog` instead. (#17582)
* `NoConsoleOptionParser`, `stringToBool`, `stringToLang` in `__main__`; use the same symbols in `argsParsing` instead.
* `__main__.parser`; use `argsParsing.getParser()` instead.
* `bdDetect.DeviceType` is deprecated in favour of `bdDetect.ProtocolType` and `bdDetect.CommunicationType` to take into account the fact that both HID and Serial communication can take place over USB and Bluetooth. (#17537 , @LeonarddeR)
* SAPI4, and all of its code, are deprecated, and planned for removal in 2026.1.

## 2024.4.2

Expand Down

0 comments on commit c7d363b

Please sign in to comment.