aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-01-26 13:07:51 +1100
committerNeil <nyamatongwe@gmail.com>2015-01-26 13:07:51 +1100
commitee7577370df33925cbae02c012584e071a9f4cbb (patch)
tree5931c611b9cf1bdf38b89e1ff8f28f1f2e4befa6 /doc/ScintillaHistory.html
parentb42b286f8818b5ab7f2886dc549c75d03d8e4982 (diff)
downloadscintilla-mirror-ee7577370df33925cbae02c012584e071a9f4cbb.tar.gz
Use QElapsedTimer::nsecsElapsed for more accurate measurement of durations.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index ecbc5fc79..0941334ea 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -486,6 +486,9 @@
Released 20 January 2015.
</li>
<li>
+ Minimum version of Qt supported is now 4.8 due to the use of QElapsedTimer::nsecsElapsed.
+ </li>
+ <li>
Rust lexer accepts new 'is'/'us' integer suffixes instead of 'i'/'u'.
<a href="http://sourceforge.net/p/scintilla/bugs/1098/">Bug #1098</a>.
</li>