1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-28 17:51:44 +00:00

docs(changelog): add bugfix entry for zsh completion fix

This commit is contained in:
Yoshi Tacke
2026-04-20 10:06:00 +02:00
committed by Keith Hall
parent f39d63b85d
commit 5722311b2e
+1
View File
@@ -36,6 +36,7 @@
- Fixed test compatibility with future Cargo build directory changes, see #3550 (@nmacl)
- Fixed bug caused by using `--plain` and `--terminal-width=N` flags simultaneously, see #3529 (@H4k1l)
- Fixed syntax tests path, see #3610 (@foxfromworld)
- Fix zsh tab completion word-splitting language names containing spaces (e.g. `HTML (Jinja2)`, `Apache Conf`), see #3693 (@YoshKoz)
## Other
- Use git version of cross. See #3533 (@OctopusET)