about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-01-04 00:28:03 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-01-04 00:28:03 +0000
commitaa622e08014744c54e585e34613c2572a27f0f4b (patch)
tree7a593962eea341db5efbe6f7b9abc737decce88e /ChangeLog
parent454bb777cfc9b9c7970ccc1c7574fbf66b83d157 (diff)
downloadzsh-aa622e08014744c54e585e34613c2572a27f0f4b.tar.gz
zsh-aa622e08014744c54e585e34613c2572a27f0f4b.tar.xz
zsh-aa622e08014744c54e585e34613c2572a27f0f4b.zip
users/19682: document recommended use of whence
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b78c4c3da..d8918acb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+2015-01-04  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* users/19682: Doc/Zsh/builtins.yo: document recommended use of
+	whence.
+
 2015-01-02  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
-	* 19671: Src/builtin.c: whence -a should still work if there's a
-	full path already.
+	* users/19671: Src/builtin.c: whence -a should still work if
+	there's a full path already.
 
 	* users/19667: Doc/Zsh/builtins.yo, Src/builtin.c, Src/utils.c:
 	whence -S shows intermediate steps in symlink expansion.