1
0
mirror of https://github.com/sharkdp/bat synced 2026-06-09 10:03:18 +00:00

fix: update changelog entry with PR number for CI check

This commit is contained in:
Matt Van Horn
2026-03-19 21:38:03 -07:00
parent 2a3ed948ec
commit 5e140558b1
+1 -1
View File
@@ -5,7 +5,7 @@
## Features
- Preserve `--diff` change markers and snip separators when `--plain` is set, see #3630 (@mvanhorn)
- Preserve `--diff` change markers and snip separators when `--plain` is set. Closes #3630, see #3643 (@mvanhorn)
- Added support for `hidden_file_extensions` from `.sublime-syntax` files, see #3613 (@Matei02355)
- Add word wrapping mode via `--wrap=word`, see #3597 (@veeceey)
- Implement `--unbuffered` mode for streaming input, allowing partial lines to display immediately (e.g. `tail -f | bat -u`). Closes #3555, see #3583 (@mainnebula)