Skip to content

Commit

Permalink
Changelog: add code formatting for deprecated constants. Re nvaccess#…
Browse files Browse the repository at this point in the history
  • Loading branch information
josephsl committed Oct 23, 2023
1 parent 3c4d5bc commit 259f02a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ Code which imports from one of them, should instead import from the replacement
- ``easeOfAccess.canConfigTerminateOnDesktopSwitch`` has been deprecated, as it became obsolete since Windows 7 is no longer supported. (#15644, @LeonarddeR)
- ``winVersion.isFullScreenMagnificationAvailable`` has been deprecated - use ``visionEnhancementProviders.screenCurtain.ScreenCurtainProvider.canStart`` instead. (#15664, @josephsl)
- The following Windows release constants has been deprecated from winVersion module (#15647, @josephsl):
- winVersion.WIN7
- winVersion.WIN7_SP1
- winVersion.WIN8
- ``winVersion.WIN7``
- ``winVersion.WIN7_SP1``
- ``winVersion.WIN8``
-


Expand Down

0 comments on commit 259f02a

Please sign in to comment.