summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2017-01-24 11:12:41 +0000
committerPeter Stephenson <pws@zsh.org>2017-01-24 11:12:41 +0000
commit3e5badb0c909d2b192552c2385dd1188e6efd36e (patch)
tree29f9ad615e7fe55854c2d4908927363af31d344f /ChangeLog
parentc861b17bbf002129f29e22ab625fd3516ba792a2 (diff)
downloadzsh-3e5badb0c909d2b192552c2385dd1188e6efd36e.tar.gz
zsh-3e5badb0c909d2b192552c2385dd1188e6efd36e.tar.xz
zsh-3e5badb0c909d2b192552c2385dd1188e6efd36e.zip
40404: Only quote command in whence output with -v.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 738d2048d..2845886cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-01-24  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 40404: Src/builtin.c: quoting of commands in whence should
+	only apply to whence -v.
+
 2017-01-23  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 40391: Completion/compinit, Doc/Zsh/builtins.yo,