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 | fc66659e53fe8623e6b0b639c01c493dc1b380aa (patch) | |
tree | 3fdfe40f8b78e2af7bf78aef080895e494dd0070 | |
parent | 945e829c5feb9122f15ffe43d8ff5b8f6512b79e (diff) | |
download | scintilla-mirror-fc66659e53fe8623e6b0b639c01c493dc1b380aa.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> |