diff options
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 7665d2180..a63457fea 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -537,6 +537,9 @@ Released 26 October 2017. </li> <li> + SCI_CREATEDOCUMENT adds a bytes argument to allocate memory for an initial size. + </li> + <li> Add SCI_GETMOVEEXTENDSSELECTION to allow applications to add more complex selection commands. </li> |