diff options
| author | Neil <nyamatongwe@gmail.com> | 2013-12-23 14:37:00 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2013-12-23 14:37:00 +1100 |
| commit | ed696c1132678e3a5cf46a69282676acd7eed022 (patch) | |
| tree | f4f7f9587806ac02151b46a3a7b1a791f35e2389 | |
| parent | cf378dd336d95bf33c5b764d536c8675223b1731 (diff) | |
| download | scintilla-mirror-ed696c1132678e3a5cf46a69282676acd7eed022.tar.gz | |
Change log.
| -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> |
