summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2021-10-30 23:27:29 +0200
committerOliver Kiddle <opk@zsh.org>2021-10-30 23:35:04 +0200
commit632fee7cdfcd234a5c7c53f17777ca18e62d82e3 (patch)
treefca80472477f8a5a3ba75ab23e273d418decebb0 /ChangeLog
parent0b6e73d47736228a53e941d703ed902c4b915b3a (diff)
downloadzsh-632fee7cdfcd234a5c7c53f17777ca18e62d82e3.tar.gz
zsh-632fee7cdfcd234a5c7c53f17777ca18e62d82e3.tar.xz
zsh-632fee7cdfcd234a5c7c53f17777ca18e62d82e3.zip
49528: allow multiple -D options to compadd
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f1886220..7721ccc8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2021-10-30  Oliver Kiddle  <opk@zsh.org>
 
+	* 49528: Src/Zle/comp.h, Src/Zle/compcore.c, Src/Zle/complete.c,
+	Completion/X/Command/_xinput, Completion/Zsh/Command/_compadd,
+	Doc/Zsh/compwid.yo: allow multiple -D options to compadd
+
 	* unposted (c.f. Bart: 49531): Test/Y02compmatch.ztst: fix test
 
 2021-10-27  Matthew Martin  <phy1729@gmail.com>