about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2022-12-09 19:21:45 -0800
committerBart Schaefer <schaefer@zsh.org>2022-12-09 19:21:45 -0800
commit48f36784a808857af9b6450263c1454195433aaf (patch)
tree041b2b2f122264cfa9d7b8e0ea4bee0dfbba9644 /ChangeLog
parent510df60dd1f90f99026ac17e341df2313e064509 (diff)
downloadzsh-48f36784a808857af9b6450263c1454195433aaf.tar.gz
zsh-48f36784a808857af9b6450263c1454195433aaf.tar.xz
zsh-48f36784a808857af9b6450263c1454195433aaf.zip
51047: fix quoting of completion matches when _canonical_paths -N option is used
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 77dfc0377..f65712ccf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-12-09  Bart Schaefer  <schaefer@zsh.org>
+
+	* 51047: Completion/Unix/Type/_canonical_paths: fix quoting
+	of completion matches when _canonical_paths -N option is used
+
 2022-12-09  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 51144, 51146:
@@ -187,7 +192,7 @@
 	* 50418: Src/zsh_system.h, configure.ac: use setenv(3)/getenv(3)
 	on newer macOS
 
-2022-07-16  Bart Schaefer  <schaefer@Macadamia>
+2022-07-16  Bart Schaefer  <schaefer@zsh.org>
 
 	* users/27852: Completion/Unix/Command/_python: Make a local copy
 	of $_compskip to avoid propagating outward any changes by _normal