diff options
-rw-r--r-- | doc/ScintillaHistory.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 21fd81f8c..e78ef1070 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -568,26 +568,29 @@ </table> <h2>Releases</h2> <h3> - <a href="https://www.scintilla.org/scintilla513.zip">Release 5.1.3</a> + <a href="https://www.scintilla.org/scintilla514.zip">Release 5.1.4</a> </h3> <ul> <li> Released 29 September 2021. </li> <li> - Fix bug with SCI_STYLESETCHECKMONOSPACED on Cocoa that led to incorrect - layout with overlapping text. + Add DEL to standard set of space characters for word operations. + </li> + <li> + On GTK, fix potential crash when closing Scintilla instances due to releasing global settings object. </li> </ul> <h3> - <a href="https://www.scintilla.org/scintilla514.zip">Release 5.1.4</a> + <a href="https://www.scintilla.org/scintilla513.zip">Release 5.1.3</a> </h3> <ul> <li> Released 29 September 2021. </li> <li> - On GTK, fix potential crash when closing Scintilla instances due to releasing global settings object. + Fix bug with SCI_STYLESETCHECKMONOSPACED on Cocoa that led to incorrect + layout with overlapping text. </li> </ul> <h3> |