[NEWS] update news for non-JSON-lines change

This commit is contained in:
Tim Stack 2022-09-24 21:26:16 -07:00
parent 07c57dae08
commit 5b34b3a604
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ Fixes:
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.
* If a line in a JSON-lines log file does not start with a
`{`, it will now be shown as-is and will not have the JSON
parse error.
Cost of Doing Business:
* Migrated from pcre to pcre2.