about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2017-09-28 00:58:21 +0200
committerOliver Kiddle <opk@zsh.org>2017-09-28 09:31:35 +0200
commit80a02c10aa85c1b57376faede83cb90a8079c5d7 (patch)
tree9532826b76ac58ca0b15c42dbbe691b25c768a1f /ChangeLog
parent9b4962a7720b908479ad1044b1ecc83eb7832262 (diff)
downloadzsh-80a02c10aa85c1b57376faede83cb90a8079c5d7.tar.gz
zsh-80a02c10aa85c1b57376faede83cb90a8079c5d7.tar.xz
zsh-80a02c10aa85c1b57376faede83cb90a8079c5d7.zip
41772: fix bug in handling of long options with _arguments' -A option
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d11b6ebd6..371f08ca8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-09-28  Oliver Kiddle  <opk@zsh.org>
 
+	* 41772: Src/Zle/computil.c, Test/Y03arguments.ztst: fix bug
+	in handling of long options with _arguments' -A option
+
 	* 41762: Completion/Zsh/Context/_value: fix for completion
 	in assignment to associative array element