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 ca7f7eacf..3001ca0e4 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -562,6 +562,12 @@ <a href="https://sourceforge.net/p/scintilla/feature-requests/1288/">Feature #1288</a>. </li> <li> + Updated Markdown Lua LPeg lexer. + </li> + <li> + Updated C++ Lua LPeg lexer to support single quotes in C++14 integer literals. + </li> + <li> Improved performance of line folding code on large files when no folds are contracted. This improves the time taken to open or close large files. </li> |