From d5cb8a456e5dade5dfa158cdf30d1f065844a4a3 Mon Sep 17 00:00:00 2001 From: Leonard de Ruijter Date: Thu, 26 Oct 2023 13:55:06 +0200 Subject: [PATCH] Add changelog entry for #15658, i.e. BrlAPI update --- user_docs/en/changes.t2t | 1 + 1 file changed, 1 insertion(+) diff --git a/user_docs/en/changes.t2t b/user_docs/en/changes.t2t index b0d07221bd5..714298c6267 100644 --- a/user_docs/en/changes.t2t +++ b/user_docs/en/changes.t2t @@ -50,6 +50,7 @@ Add-ons will need to be re-tested and have their manifest updated. - Included python3.dll in the binary distribution for use by add-ons with external libraries utilizing the [stable ABI https://docs.python.org/3.11/c-api/stable.html]. (#15674, @mzanm) - The ``BrailleDisplayDriver`` base class now has ``numRows`` and ``numCols`` properties to provide information about multi line braille displays. Setting ``numCells`` is still supported for single line braille displays and ``numCells`` will return the total number of cells for multi line braille displays. (#15386) +- Updated BrlAPI for BRLTTY to version 0.8.5, and its corresponding python module to a Python 3.11 compatible build. (#15652, @LeonarddeR) - === API Breaking Changes ===