diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 1ac7da9b0..81f76dc48 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -570,6 +570,7 @@ <td>Arkadiusz Michalski</td> <td>Christian Schmitz</td> <td>Michael Berlenz</td> + <td>Jacky Yang</td> </tr> </table> <h2>Releases</h2> @@ -586,6 +587,11 @@ where line state was never set for any lines. <a href="https://sourceforge.net/p/scintilla/feature-requests/1441/">Feature #1441</a>. </li> + <li> + Enable multiline regex for gcc and clang when REGEX_MULTILINE defined. + This requires gcc 11.3 or clang 14. + <a href="https://sourceforge.net/p/scintilla/bugs/2338/">Bug #2338</a>. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla524.zip">Release 5.2.4</a> |