diff options
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 2594f70c5..0a5add100 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -586,7 +586,9 @@ </li> <li> On Win32, limit text returned from WM_GETTEXT to the length specified in wParam. - <a href="https://sourceforge.net/p/scintilla/bugs/2110/">Bug #2110</a>. + This could cause failures when using assistive technologies like NVDA. + <a href="https://sourceforge.net/p/scintilla/bugs/2110/">Bug #2110</a>, + <a href="https://sourceforge.net/p/scintilla/bugs/2114/">Bug #2114</a>. </li> <li> Fix deletion of isolated invalid bytes. |