diff options
| -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. | 
