diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2022-04-07 13:08:52 +1000 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2022-04-07 13:08:52 +1000 |
commit | b443d58497d6d2cfce83c3882ff0cf0ce45914d1 (patch) | |
tree | 9ac17f160c9cee962c1852aea8154105b91c10de /doc/ScintillaHistory.html | |
parent | 2a5bfddbe88be0410c6b9cead263a6d637183f11 (diff) | |
download | scintilla-mirror-b443d58497d6d2cfce83c3882ff0cf0ce45914d1.tar.gz |
Bug [#2322] Fix partial updates and non-responsive scroll bars on Xorg.
Also fixes bugs [#2196] and [#2312].
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 7ca9f9f85..7a7872ce5 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -574,6 +574,20 @@ </table> <h2>Releases</h2> <h3> + <a href="https://www.scintilla.org/scintilla523.zip">Release 5.2.3</a> + </h3> + <ul> + <li> + Released 31 March 2022. + </li> + <li> + Fix partial updates and non-responsive scroll bars on Xorg. + <a href="https://sourceforge.net/p/scintilla/bugs/2322/">Bug #2322</a>, + <a href="https://sourceforge.net/p/scintilla/bugs/2196/">Bug #2196</a>, + <a href="https://sourceforge.net/p/scintilla/bugs/2312/">Bug #2312</a>. + </li> + </ul> + <h3> <a href="https://www.scintilla.org/scintilla522.zip">Release 5.2.2</a> </h3> <ul> |