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 dfbf0b6df..9fff60b60 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -482,6 +482,9 @@ On Qt, turn off idle events on destruction to prevent repeatedly calling idle. </li> <li> + Qt bindings in ScintillaEdit changed to use signed first parameter. + </li> + <li> Compilation errors fixed on Windows and GTK+ with SCI_NAMESPACE. </li> <li> |