diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9ec26d44c..331a76420 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -584,7 +584,7 @@ </table> <h2>Releases</h2> <h3> - <a href="https://www.scintilla.org/scintilla544.zip">Release 5.4.4</a> + <a href="https://www.scintilla.org/scintilla550.zip">Release 5.5.0</a> </h3> <ul> <li> @@ -596,6 +596,10 @@ When not set these default to SC_ELEMENT_SELECTION_INACTIVE_TEXT and SC_ELEMENT_SELECTION_INACTIVE_BACK. <a href="https://sourceforge.net/p/scintilla/bugs/2417/">Bug #2417</a>. </li> + <li> + Fix Win32 IME crash in windowed mode. + <a href="https://sourceforge.net/p/scintilla/bugs/2433/">Bug #2433</a>. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla543.zip">Release 5.4.3</a> |