diff options
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index caaa3e85b..903f7c1a0 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -539,6 +539,12 @@ Released 29 Mar 2018. </li> <li> + Lua can be used to write lexers with the new, optional, <a href="LPegLexer.html">LPeg lexer</a>. + </li> + <li> + New curses platform support. + </li> + <li> Support dropped for GTK+ versions before 2.24. </li> <li> |