diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index c0d9f4e6b..91e989da7 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -575,6 +575,11 @@ Released 8 November 2021. </li> <li> + ScintillaEditPy, Python bindings for Qt using PySide, has been removed. + Scintilla was never updated for PySide 2 which was released in 2018 and PySide 1 + fell out of support making it difficult to use. + </li> + <li> When calling SCI_GETTEXT, SCI_GETSELTEXT, and SCI_GETCURLINE with a NULL buffer argument to discover the length that should be allocated, do not include the terminating NUL in the returned value. The value returned is 1 less than previous versions of Scintilla. |