about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-01-20 17:31:28 +0000
committerPeter Stephenson <pws@zsh.org>2015-01-20 17:31:28 +0000
commit0e3548994ee351a317c73c88e6c83e5e9e123f9d (patch)
treea7f2a2cd18358af04e0084ff3e7e1e43c9feebed /ChangeLog
parent638bfa93a009987e57bd7eaa8b2a1c1067a3652a (diff)
downloadzsh-0e3548994ee351a317c73c88e6c83e5e9e123f9d.tar.gz
zsh-0e3548994ee351a317c73c88e6c83e5e9e123f9d.tar.xz
zsh-0e3548994ee351a317c73c88e6c83e5e9e123f9d.zip
34329: add -S option to which and where
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b6262867..da9547d2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-01-20  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 34329: Doc/Zsh/builtins.yo, Src/builtin.c: add -S option
+	to which and where.
+
 	* users/19756: Test/A04redirect.ztst: add test for case of
 	closing file descriptor with no error message.