diff options
author | Neil <nyamatongwe@gmail.com> | 2025-03-29 19:42:28 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2025-03-29 19:42:28 +1100 |
commit | cbba40b69168921ffaaf3833b2ffe7c575776bc3 (patch) | |
tree | 1ab1d39a82616502e5a209a8326697cada968fd2 /doc | |
parent | 488ed3c34f24826eec203347a07e43bbc6abe5be (diff) | |
download | scintilla-mirror-cbba40b69168921ffaaf3833b2ffe7c575776bc3.tar.gz |
Add note for change set 9715.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 7451706ea..0007c4777 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -616,6 +616,9 @@ by using 64K memory to cache folding data for each DBCS code page used. </li> <li> + On Win32, fix a crash with bidirectional text. + </li> + <li> When using Visual C++ through nmake, fix building for ARM64. <a href="https://sourceforge.net/p/scintilla/feature-requests/1546/">Feature #1546</a>. </li> |