about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2015-05-28 22:45:34 +0200
committerOliver Kiddle <opk@zsh.org>2015-05-28 22:45:34 +0200
commita711b2abef9334116b84b6ddaa4707af31c99720 (patch)
treeb91591e8fd71b1f4d247e6ae902dc79f4e68062f /ChangeLog
parent2b08d0ed6747a4acf44b73068bfafc54ca1d0acf (diff)
downloadzsh-a711b2abef9334116b84b6ddaa4707af31c99720.tar.gz
zsh-a711b2abef9334116b84b6ddaa4707af31c99720.tar.xz
zsh-a711b2abef9334116b84b6ddaa4707af31c99720.zip
35315: replace inappropriate uses of _path_commands
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc1c86b71..fdee045c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-28  Oliver Kiddle  <opk@zsh.org>
+
+	* 35315: Completion/Unix/Command/_git, Completion/X/Command/_matlab;
+	replace inappropriate uses of _path_commands
+
 2015-05-28  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 35318: Doc/Zsh/builtins.yo, Doc/Zsh/options.yo, Src/builtin.c,