1
0
mirror of https://github.com/sharkdp/bat.git synced 2026-02-08 00:32:08 +00:00

docs: fix changelog entry to reference PR number

This commit is contained in:
dddffgg
2026-01-31 16:48:03 +08:00
parent 6a7936a26f
commit edb8342eab

View File

@@ -4,7 +4,7 @@
## Features
- Add `--quiet-empty` (`-E`) flag to suppress output when input is empty, see #1936 (@NORMAL-EX)
- Add `--quiet-empty` (`-E`) flag to suppress output when input is empty. Closes #1936, see #3563 (@NORMAL-EX)
- Improve native man pages and command help syntax highlighting by stripping overstriking, see #3517 (@akirk)
## Bugfixes