aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorColomban Wendling <unknown>2016-02-16 23:53:28 +1100
committerColomban Wendling <unknown>2016-02-16 23:53:28 +1100
commit18aec260b1c78b1a62dd467177a983ac4e9a798b (patch)
tree580a3f1b74b8acb74607f52b236d38feb055c1aa
parent207f288dc07c5ed7fc93a45486519da48c068209 (diff)
downloadscintilla-mirror-18aec260b1c78b1a62dd467177a983ac4e9a798b.tar.gz
Change log.
-rw-r--r--doc/ScintillaHistory.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 06ac8f9fc..6bdcb1e5d 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -519,10 +519,14 @@
extends nested comments to unlimited levels.
</li>
<li>
- Ruby lexer treats alternate hash key syntax 'key:' as a symbol.
+ Ruby lexer treats alternate hash key syntax "key:" as a symbol.
<a href="http://sourceforge.net/p/scintilla/bugs/1810/">Bug #1810</a>.
</li>
<li>
+ Rust lexer handles bracketed Unicode string escapes like "\u{123abc}".
+ <a href="http://sourceforge.net/p/scintilla/bugs/1809/">Bug #1809</a>.
+ </li>
+ <li>
For GTK+ on Windows fix 64-bit build which was broken in 3.6.3.
</li>
<li>