Update changelog

This commit is contained in:
Ethan P. 2024-04-06 18:10:01 -07:00
parent aa3ec109b7
commit 39684b85ad
No known key found for this signature in database
GPG key ID: B29B90B1B228FEBC

View file

@ -8,6 +8,7 @@
- `PrettyPrinter::squeeze_empty_lines` to support line squeezing for bat as a library, see #1441 (@eth-p) and #2665 (@einfachIrgendwer0815)
- Syntax highlighting for JavaScript files that start with `#!/usr/bin/env bun` #2913 (@sharunkumar)
- `bat --strip-ansi={never,always,auto}` to remove ANSI escape sequences from bat's input, see #2999 (@eth-p)
- Add or remove individual style components without replacing all styles #2929 (@eth-p)
## Bugfixes