diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index e24bd5dc6..7a4b5b9bc 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -577,6 +577,19 @@ </table> <h2>Releases</h2> <h3> + <a href="https://www.scintilla.org/scintilla531.zip">Release 5.3.1</a> + </h3> + <ul> + <li> + Released 27 August 2022. + </li> + <li> + Removed NotifyLexerChanged notification from DocWatcher. + This is a private interface but could be used by independent platform layers + and was exposed by ScintillaDocument in the Qt implementation of ScintillaEdit. + </li> + </ul> + <h3> <a href="https://www.scintilla.org/scintilla530.zip">Release 5.3.0</a> </h3> <ul> |