diff options
author | mitchell <unknown> | 2018-05-06 23:46:01 -0400 |
---|---|---|
committer | mitchell <unknown> | 2018-05-06 23:46:01 -0400 |
commit | 0b10d86245e404b78197417ea9dfed33af9be7dc (patch) | |
tree | 3475eaf2764e63ec66c715f136e08230cbe63dff | |
parent | bf1655a9d739971ad04ac427115b4b6dad28c840 (diff) | |
download | scintilla-mirror-0b10d86245e404b78197417ea9dfed33af9be7dc.tar.gz |
Note platform interface removal of ElapsedTime class.
Since C++11 does not support class deprecations, ElapsedTime was removed.
-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 7723f437b..80b13b245 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -544,6 +544,10 @@ 2 GigaBytes. </li> <li> + The platform layer interface has changed with the removal of the ElapsedTime + class in favor of C++11's chrono. + </li> + <li> Additional print option SC_PRINT_SCREENCOLOURS prints with the same colours used on screen including line numbers. </li> |