summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-11-11 02:25:21 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-11-17 15:28:42 +0000
commitc392e6c620163b84798e705dfd6608d6429b9677 (patch)
tree25439f6a6c66cc2a183f0dbba3271d74c715d36f /ChangeLog
parent0a6098a1d4debda1d57f4a7cd42bb5c49d65cddc (diff)
downloadzsh-c392e6c620163b84798e705dfd6608d6429b9677.tar.gz
zsh-c392e6c620163b84798e705dfd6608d6429b9677.tar.xz
zsh-c392e6c620163b84798e705dfd6608d6429b9677.zip
39915: whence: Honor PATH_DIRS option for arguments that start with './' or '../'.
While here, add some docstrings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f51d1a0de..d278e4709 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-17  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 39915: Src/exec.c, Test/E01options.ztst: whence: Honor
+	PATH_DIRS option for arguments that start with './' or '../'.
+
 2016-11-17  Oliver Kiddle  <opk@zsh.org>
 
 	* 39962: Src/Zle/zle_keymap.c: bind vi case conversion widgets