diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 5d30b807a..11c19f1e3 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -575,13 +575,17 @@ </table> <h2>Releases</h2> <h3> - <a href="https://www.scintilla.org/scintilla525.zip">Release 5.2.5</a> + <a href="https://www.scintilla.org/scintilla530.zip">Release 5.3.0</a> </h3> <ul> <li> Released 10 July 2022. </li> <li> + Added change history which can display document changes (modified, saved, ...) + in the margin or in the text. + </li> + <li> Line state optimized to avoid excess allocations by always allocating for every line. This makes SCI_GETMAXLINESTATE less useful although it can still distinguish cases where line state was never set for any lines. |