summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 168886d5d..916087cb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2017-10-07 Oliver Kiddle <opk@zsh.org>
+ * 41824: Src/Zle/computil.c, Test/Y03arguments.ztst: fix to
+ not complete rest args from an _arguments set alongside
+ the argument to and option in a separate set
+
* 41823: Completion/Unix/Command/_expand,
Completion/Unix/Command/_mv, Completion/Unix/Command/_numfmt,
Completion/Unix/Command/_seq, Completion/Unix/Command/_split,