aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-01-12 12:54:38 +1100
committerNeil <nyamatongwe@gmail.com>2014-01-12 12:54:38 +1100
commite251189e83ce52c296459bd4ce07188072c23807 (patch)
treeb98eca660fbdff271c1a73d6cc6b1142dc7a6791
parent165153e95ca932a5cb32e2de8e612f57ee014b00 (diff)
downloadscintilla-mirror-e251189e83ce52c296459bd4ce07188072c23807.tar.gz
Change log.
-rw-r--r--doc/ScintillaHistory.html3
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.