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

docs: Document flake.nix in CHANGELOG.md (see #3577)

This commit is contained in:
Michael Vorburger
2026-02-01 14:13:03 +01:00
parent 36b37e1aa5
commit 2c682ff6a6

View File

@@ -4,6 +4,7 @@
## Features
- Added an initial `flake.nix` for a ready made development environment; see #3577 (@vorburger)
- 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)