diff options
author | Neil <nyamatongwe@gmail.com> | 2014-03-28 15:15:51 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-03-28 15:15:51 +1100 |
commit | 092cfee08c48182ce38b47f4449c69aba3a31a1e (patch) | |
tree | f6f41756c587160cfc66e204b4b1efe620872f02 | |
parent | 108bd4d2a635777c593151d4e7fcc1d0387ca0d2 (diff) | |
download | scintilla-mirror-092cfee08c48182ce38b47f4449c69aba3a31a1e.tar.gz |
Updating web page for release.
-rw-r--r-- | doc/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html index 11d764c5b..2cd3de5a8 100644 --- a/doc/index.html +++ b/doc/index.html @@ -71,13 +71,11 @@ </tr> </table> <ul id="versionlist"> + <li>Version 3.4.1 fixes a regression in 3.4.0 that stopped the caret moving when lines were wrapped.</li> <li>Version 3.4.0 finalises the Unicode line ends and substyles features provisionally added in 3.2.5.</li> <li>Version 3.3.9 fixes a bug in 3.3.8 that caused external lexers to fail.</li> <li>Version 3.3.8 improves drawing quality and enhances lexers.</li> <li>Version 3.3.7 uses responsive scrolling on OS X 10.9, enhances lexers, and fixes bugs.</li> - <li>Version 3.3.6 adds support for the Rust language and fixes bugs.</li> - <li>Version 3.3.5 can represent characters with strings. This may be used for modes - which show invisible characters or differentiate characters that appear similar.</li> </ul> <ul id="menu"> <li id="remote1"><a href="http://www.scintilla.org/SciTEImage.html">Screenshot</a></li> |