summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2017-01-18 09:59:42 +0000
committerPeter Stephenson <pws@zsh.org>2017-01-18 09:59:42 +0000
commitd219f006097635e7eb28183d1a1da019336198e9 (patch)
tree9a3d53844d1499a4a371b5f7d2bf9733170d7bf6 /ChangeLog
parent4d6097657cb8f19846c5b9e09069f6d4e43882e0 (diff)
downloadzsh-d219f006097635e7eb28183d1a1da019336198e9.tar.gz
zsh-d219f006097635e7eb28183d1a1da019336198e9.tar.xz
zsh-d219f006097635e7eb28183d1a1da019336198e9.zip
43080: a few more tests for autoload with absolute path
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 189399ac5..c7e9f1a1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-01-18  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 43080: Test/C04funcdef.ztst: a few more tests for autoload
+	with absolute path.
+
 	* 40375: Src/builtin.c, Src/subst.c: autoload with explicit path
 	mustn't trash already loaded function.  Also drive-by removal of
 	duplicated duplication in =cmd expansion.