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 94b020036..333121b42 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -591,6 +591,10 @@ Released 18 November 2023. </li> <li> + Improve performance of global replace by reducing cache invalidation overhead. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1502/">Feature #1502</a>. + </li> + <li> Fix regular expression search failure when search for "\<" followed by search for "\>". <a href="https://sourceforge.net/p/scintilla/bugs/2413/">Bug #2413</a>. </li> |