[NEWS] mention scrubbing of ANSI escapes

This commit is contained in:
Tim Stack 2022-09-20 01:02:59 -07:00
parent 26bcf0865d
commit d7e79b014d
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ Breaking changes:
Fixes:
* Reduce the "no patterns have a capture" error to a warning
so that it doesn't block lnav from starting up.
* Some ANSI escape sequences will now be removed before testing
regexes against a log message.
Cost of Doing Business:
* Migrated from pcre to pcre2.