aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormitchell <unknown>2018-03-22 17:33:29 -0400
committermitchell <unknown>2018-03-22 17:33:29 -0400
commit7a286ce48368d0232dea713d0b9a989edb30d3a7 (patch)
tree8611b058a07fe2ff88080ca2c4f254ba4edce6c2
parentc0369c8229be6cee4672e77d9e20ae737d172587 (diff)
downloadscintilla-mirror-7a286ce48368d0232dea713d0b9a989edb30d3a7.tar.gz
Update changelog with LPeg lexers and curses additions.
-rw-r--r--doc/ScintillaHistory.html6
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>