aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaHistory.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index f0b817ba0..81ec9a73f 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -600,6 +600,25 @@
</li>
</ul>
<h3>
+ <a href="http://www.scintilla.org/scintilla376.zip">Release 3.7.6</a>
+ </h3>
+ <ul>
+ <li>
+ Released 8 August 2017.
+ </li>
+ <li>
+ This is the first release of the
+ <a href="http://www.scintilla.org/LongTermDownload.html">long term branch</a>
+ which avoids using features from C++14 or later in order to support older systems.
+ </li>
+ <li>
+ The Baan lexer correctly highlights numbers when followed by an operator.
+ </li>
+ <li>
+ On Cocoa, fix a bug with retrieving encoded bytes.
+ </li>
+ </ul>
+ <h3>
<a href="http://www.scintilla.org/scite375.zip">Release 3.7.5</a>
</h3>
<ul>