diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 0ae2e9b42..bdf49ffc9 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -597,6 +597,10 @@ Fix display of fold lines when wrapped so they are only drawn once per line, not on each subline. </li> <li> + Fix crash with too many subexpressions in regular expression search with SCFIND_CXX11REGEX. + <a href="https://sourceforge.net/p/scintilla/bugs/2281/">Bug #2281</a>. + </li> + <li> On Cocoa, fix memory leak caused by circular references. <a href="https://sourceforge.net/p/scintilla/bugs/2268/">Bug #2268</a>. </li> |