summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFabian Klötzl <fabian@kloetzl.info>2017-07-13 11:19:14 +0200
committerOliver Kiddle <opk@zsh.org>2017-07-14 12:07:49 +0200
commit4a63a1793af5f3046af6a77db8aeeece523ebc61 (patch)
tree2f2b09ecd0dd02f8fe7c67b4c0435e539983c2bc /ChangeLog
parent76a4a5ed3cc11d546897b69498905566326f3f26 (diff)
downloadzsh-4a63a1793af5f3046af6a77db8aeeece523ebc61.tar.gz
zsh-4a63a1793af5f3046af6a77db8aeeece523ebc61.tar.xz
zsh-4a63a1793af5f3046af6a77db8aeeece523ebc61.zip
41414: fix for commas used in exclusion lists
also missing escape for _gcc and --no-index option for git diff
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad0589fe5..a8e3dede8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2017-07-14  Oliver Kiddle  <opk@zsh.org>
 
+	* Fabian Klötzl: 41414: Completion/Linux/Command/_iptables,
+	Completion/Unix/Command/_gcc, Completion/Unix/Command/_git,
+	Etc/completion-style-guide: fix for commas used in exclusion
+	lists, missing escape for _gcc and --no-index option for git diff
+
 	* 41419: Completion/Unix/Command/_git: update for git 2.13.2
 
 2017-07-13  Peter Stephenson  <p.stephenson@samsung.com>