diff options
author | Neil <nyamatongwe@gmail.com> | 2014-12-03 16:57:51 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-12-03 16:57:51 +1100 |
commit | 202f8c07e8bb1000ffc42f6fab8c9fb37c1aa427 (patch) | |
tree | 5ecfcafc36093b946e0675c31f5710b7762eeed1 | |
parent | eea18a2ffbb43043b8b798f309c9be10cd866474 (diff) | |
download | scintilla-mirror-202f8c07e8bb1000ffc42f6fab8c9fb37c1aa427.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index dbd60f3e8..703cbcab2 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -482,6 +482,18 @@ Released 2 December 2014. </li> <li> + Reverted a fix on Qt where Qt 5.3 has returned to the behaviour of 4.x. + <a href="http://sourceforge.net/p/scintilla/bugs/1575/">Bug #1575</a>. + </li> + </ul> + <h3> + <a href="http://prdownloads.sourceforge.net/scintilla/scite352.zip?download">Release 3.5.2</a> + </h3> + <ul> + <li> + Released 2 December 2014. + </li> + <li> For OS X Cocoa switch C++ runtime to libc++ to enable use of features that will never be added to libstdc++ including those part of C++11. Scintilla will now run only on OS X 10.7 or later and only in 64-bit mode. |