Add changelog entry for fixed Zsh completion
Marco Ricci

Marco Ricci commited on 2025-01-17 20:54:28
Zeige 1 geänderte Dateien mit 8 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,8 @@
1
+### Fixed
2
+
3
+  - Shell completion for `zsh` was misbehaving in the presence of colons in
4
+    the completion item.  This was due to an overzealous workaround for
5
+    [`pallets/click#2703`][CLICK_2703].
6
+
7
+[CLICK_2703]: https://github.com/pallets/click/issues/2703
8
+
0 9