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 d8cdcc2f3..3ac8391ca 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -540,6 +540,11 @@ For Cocoa, fix crash on view destruction with macOS 10.12.2. <a href="http://sourceforge.net/p/scintilla/bugs/1891/">Bug #1891</a>. </li> + <li> + In SciTE, if a Lua script causes a Scintilla failure exception, display error + message in output pane instead of exiting. + <a href="http://sourceforge.net/p/scintilla/bugs/1773/">Bug #1773</a>. + </li> </ul> <h3> <a href="http://www.scintilla.org/scite371.zip">Release 3.7.1</a> |