aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 4d8d0dcda..b157ee805 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -581,6 +581,10 @@
Released 23 April 2021.
</li>
<li>
+ A more type-safe binding of Scintilla's API that can be used from C++ is implemented in the
+ ScintillaTypes.h, ScintillaMessages.h, and ScintillaStructures.h headers.
+ </li>
+ <li>
Change the way that selections and carets are drawn to use the element APIs.
The selection background colour may default to use platform APIs to discover global
or user settings and may change in response to those settings changing.