diff --git a/user_docs/en/changes.md b/user_docs/en/changes.md index ac38602fd26..becf518251e 100644 --- a/user_docs/en/changes.md +++ b/user_docs/en/changes.md @@ -47,7 +47,9 @@ In order to use this feature, the application volume adjuster needs to be enable * The COM Registration Fixing Tool no longer reports success on failure. (#12355, @XLTechie) * When using the Microsoft Pinyin Input Method for Chinese and enabling the Pinyin compatibility option to use the previous version, typing in LibreOffice Writer (and potentially other applications) while an IME popup is showing no longer triggers an error. (#17198, @michaelweghorn) * In LibreOffice, the current checkbox state (checked/unchecked) is now also reported in braille, not just speech. (#17218, @michaelweghorn) -* When spelling, unicode normalization no longer incorrectly reports subsequent characters as normalized after reporting a normalized character. (#17286, @LeonarddeR) +* When spelling, unicode normalization now works more appropriately: + * After reporting a normalized character, NVDA no longer incorrectly reports subsequent characters as normalized. (#17286, @LeonarddeR) + * Composite characters (such as é) are now reported correctly. (#17295, @LeonarddeR) ### Changes for Developers