diff options
author | Neil <nyamatongwe@gmail.com> | 2022-09-12 09:16:16 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-09-12 09:16:16 +1000 |
commit | 355f308c13dc46747c5f8c4a232f74ccdb44ef58 (patch) | |
tree | f3d71d31db2f639747ae94debbf149dddce6641d /doc/ScintillaHistory.html | |
parent | e70788b928d786f155f91bbef183e462fc65535c (diff) | |
download | scintilla-mirror-355f308c13dc46747c5f8c4a232f74ccdb44ef58.tar.gz |
Remove 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.
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> |