aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 16d3bb42b..a8de50362 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -578,6 +578,18 @@
Released 5 March 2021.
</li>
<li>
+ Remove SetLexer, SetLexerLanguage, and LoadLexerLibrary methods.
+ These have been superceded by Lexilla and the SetILexer API.
+ </li>
+ </ul>
+ <h3>
+ <a href="https://www.scintilla.org/scite500.zip">Release 5.0.0</a>
+ </h3>
+ <ul>
+ <li>
+ Released 5 March 2021.
+ </li>
+ <li>
First version that separates Lexilla from Scintilla.
Each of the 3 projects now has a separate history page but history before 5.0.0 remains combined.
</li>