diff options
author | Neil <nyamatongwe@gmail.com> | 2014-01-12 12:54:38 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-01-12 12:54:38 +1100 |
commit | d41e29df4604d56a8455fc99c40977fda4e31760 (patch) | |
tree | a2a11fe3e03dafed46d6c8155302a2fca551e370 | |
parent | 1f93d72710cd0d97c302ebb094b5aed01c786384 (diff) | |
download | scintilla-mirror-d41e29df4604d56a8455fc99c40977fda4e31760.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 011843888..0fb89e951 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -473,8 +473,9 @@ </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. + octal literals, NUL characters treated as valid, and highlighting of raw string literals and float literals fixed. <a href="http://sourceforge.net/p/scintilla/feature-requests/1038/">Feature #1038.</a> + <a href="http://sourceforge.net/p/scintilla/bugs/1570/">Bug #1570</a>. </li> <li> On Qt expose the EOLMode on the document object. |