Skip to content

Commit 2738a0c

Browse files
authored
Merge 8fb3577 into 7b31977
2 parents 7b31977 + 8fb3577 commit 2738a0c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

user_docs/en/changes.t2t

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ These methods now queue an update at the end of every core cycle instead.
5050
They should also be thread safe, making it possible to call them from background threads. (#15163)
5151

5252
=== Deprecations ===
53-
- braille.BrailleHandler.handlePendingCaretUpdate is now deprecated with no public replacement. (#15163)
53+
- ``braille.BrailleHandler.handlePendingCaretUpdate`` is now deprecated with no public replacement. (#15163)
54+
- Importing the constants ``xlCenter``, ``xlJustify``, ``xlLeft``, ``xlRight``, ``xlDistributed``, ``xlBottom``, ``xlTop`` from ``NVDAObjects.window.excel`` is deprecated.
55+
Use ``XlHAlign`` or ``XlVAlign`` enumerations instead. (#15205)
56+
- The mapping ``NVDAObjects.window.excel.alignmentLabels`` is deprecated.
57+
Use the ``displayString`` methods of ``XlHAlign`` or ``XlVAlign`` enumerations instead. (#15205)
5458
-
5559

5660

0 commit comments

Comments
 (0)