1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-11 14:23:52 +01:00

Update changelog

This commit is contained in:
Keith Hall
2025-10-08 22:45:35 +03:00
parent 2badaf5d99
commit 98b75db115

View File

@@ -22,6 +22,7 @@
- Correctly determine the end of the line in UTF16LE/BE input #3369 (@keith-hall) - Correctly determine the end of the line in UTF16LE/BE input #3369 (@keith-hall)
- `--style=changes` no longer prints a two-space indent when the file is unmodified, see issue #2710 and PR #3406 (@jyn514) - `--style=changes` no longer prints a two-space indent when the file is unmodified, see issue #2710 and PR #3406 (@jyn514)
- Add missing shell completions, see #3411 (@keith-hall) - Add missing shell completions, see #3411 (@keith-hall)
- Execute help/version/diagnostic commands even with invalid config/arguments present, see #3414 (@keith-hall)
## Other ## Other