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

docs: Document mapping BUILD to Python (Starlark) for Bazel in CHANGELOG.md (see #3576)

This commit is contained in:
Michael Vorburger
2026-02-01 13:40:51 +01:00
parent ba97230b98
commit 5a4a7de933
+2
View File
@@ -6,8 +6,10 @@
- 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)
- Map BUILD to Python (Starlark) for Bazel, see #3576 (@vorburger)
## Bugfixes
- `--help` now correctly honors `--pager=builtin`. See #3516 (@keith-hall)
- `--help` now correctly honors custom themes. See #3524 (@keith-hall)
- Fixed test compatibility with future Cargo build directory changes, see #3550 (@nmacl)