diff options
author | Neil <nyamatongwe@gmail.com> | 2013-07-23 16:51:49 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-07-23 16:51:49 +1000 |
commit | 4b37400e43be42635cd9015566357793b7c607b2 (patch) | |
tree | 2224f4ba49ac8ff064fd7894ee811360c8b82c2a | |
parent | 9cb194285e1da374ce06ca1c8cd2ef86f664fa78 (diff) | |
download | scintilla-mirror-4b37400e43be42635cd9015566357793b7c607b2.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 2009a369c..8d306210c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -449,6 +449,10 @@ Characters may be represented by strings. In Unicode mode C1 control characters are represented by their mnemonics. </li> + <li> + Bash lexer fixed quoted HereDoc delimiters. + <a href="http://sourceforge.net/p/scintilla/bugs/1500 /">Bug #1500 </a>. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite334.zip?download">Release 3.3.4</a> |