Update changelog

This commit is contained in:
Ethan P. 2024-04-06 18:10:01 -07:00
parent 57a7b0f4bd
commit 16d638f1db
No known key found for this signature in database
GPG Key ID: 1BA2A0CC7C22B854
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
- `bat --squeeze-blank`/`bat -s` will now squeeze consecutive empty lines, see #1441 (@eth-p) and #2665 (@einfachIrgendwer0815)
- `bat --squeeze-limit` to set the maximum number of empty consecutive when using `--squeeze-blank`, see #1441 (@eth-p) and #2665 (@einfachIrgendwer0815)
- `PrettyPrinter::squeeze_empty_lines` to support line squeezing for bat as a library, see #1441 (@eth-p) and #2665 (@einfachIrgendwer0815)
- Add or remove individual style components without replacing all styles #2929 (@eth-p)
## Bugfixes