diff options
| author | Neil <nyamatongwe@gmail.com> | 2020-05-01 16:00:48 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2020-05-01 16:00:48 +1000 |
| commit | 8b2d52f5b38c085e8101d54c4db1bd5b8a6d729a (patch) | |
| tree | 12325a7341bda9e2879a4b00d79190aeab8f7451 | |
| parent | a6488e4ec7b8163fae0d4d232452b5896937bb6e (diff) | |
| download | scintilla-mirror-8b2d52f5b38c085e8101d54c4db1bd5b8a6d729a.tar.gz | |
Backport: Change log.
Backport of changeset 8220:508aec3b7ed7.
| -rw-r--r-- | doc/ScintillaHistory.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index ecc299dcd..96aa80445 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -557,6 +557,25 @@ </li> </ul> <h3> + <a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.20.1/scintilla3201.zip/download">Release 3.20.1</a> + </h3> + <ul> + <li> + Released 9 May 2020. + </li> + <li> + Added SCE_ERR_GCC_EXCERPT style for GCC 9 diagnostics in errorlist lexer. + </li> + <li> + Fixed buffer over-read bug with absolute references in MMIXAL lexer. + <a href="https://sourceforge.net/p/scintilla/bugs/2019/">Bug #2019</a>. + </li> + <li> + Fixed bug with GTK+ on recent Linux distributions where underscores were invisible. + <a href="https://sourceforge.net/p/scintilla/bugs/2173/">Bug #2173</a>. + </li> + </ul> + <h3> <a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.20.0/scintilla3200.zip/download">Release 3.20.0</a> </h3> <ul> |
