summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2016-10-13 10:05:18 +0200
committerOliver Kiddle <opk@zsh.org>2016-10-13 10:05:18 +0200
commit9d393f7b7dcac9a45dab05878d8550829bc7c9ad (patch)
tree15ae98fc7de99544a8f5801d3af6633c25188b33 /ChangeLog
parent7b3ec54ebe05e9f5d415f95ed9c5c3f39a1e60a2 (diff)
downloadzsh-9d393f7b7dcac9a45dab05878d8550829bc7c9ad.tar.gz
zsh-9d393f7b7dcac9a45dab05878d8550829bc7c9ad.tar.xz
zsh-9d393f7b7dcac9a45dab05878d8550829bc7c9ad.zip
39622: add test cases for recent _arguments fixes, exclusion lists and -A/-S
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95f2529c7..f7f97bc0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-10-13  Oliver Kiddle  <opk@zsh.org>
 
+	* 39622: Test/Y03arguments.ztst: add test cases for recent
+	_arguments fixes, exclusion lists and -A/-S
+
 	* 39611: Src/Zle/computil.c: with _arguments sets completion
 	stopped if one of the rest arguments starts with a dash