diff options
-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 a4eab4c5d..363608563 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -584,6 +584,11 @@ Allow cross-building for GTK by choosing pkg-config. <a href="https://sourceforge.net/p/scintilla/bugs/2189/">Bug #2189</a>. </li> + <li> + Fixed a bug in SciTE with stack balance when a syntax error in the Lua startup script + caused continuing failures to find functions after the syntax error was corrected. + <a href="https://sourceforge.net/p/scintilla/bugs/2176/">Bug #2176</a>. + </li> </ul> <h3> <a href="https://www.scintilla.org/scite444.zip">Release 4.4.4</a> |