Add changelog entry

This commit is contained in:
Tau Gärtli 2024-04-16 14:43:44 +02:00
parent c940663149
commit d31438432b
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
- `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)
- Syntax highlighting for JavaScript files that start with `#!/usr/bin/env bun` #2913 (@sharunkumar)
- Automatically choose theme based on the terminal's color scheme, see #2896 (@bash)
## Bugfixes