diff options
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 6ab0be8c7..04c5e7c8a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -466,6 +466,11 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1564/">Bug #1564</a>. </li> <li> + Rust lexer improved with nested comments, more compliant doc-comment detection, + octal literals, NUL characters treated as valid, and highlighting of raw string literals fixed. + <a href="http://sourceforge.net/p/scintilla/feature-requests/1038/">Feature #1038.</a> + </li> + <li> On Qt expose the EOLMode on the document object. </li> <li> |