diff options
author | Colomban Wendling <devnull@localhost> | 2016-02-16 23:53:28 +1100 |
---|---|---|
committer | Colomban Wendling <devnull@localhost> | 2016-02-16 23:53:28 +1100 |
commit | 9659d7bd498edf4b08e165f0ff7d6beecf572c70 (patch) | |
tree | 9f4cefb6fb98be3784d687856db16fe9dac0b90d | |
parent | af5bf0da6f1b78ae83a8bc0cbbb6b8bfe9dbcc57 (diff) | |
download | scintilla-mirror-9659d7bd498edf4b08e165f0ff7d6beecf572c70.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
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> |