summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2026-06-23 02:05:36 +0200
committerOliver Kiddle <opk@zsh.org>2026-06-23 02:05:36 +0200
commit2e0f89f2096ed4057119ff6fb7268c28b2d97dca (patch)
tree25738a8badf5290ff590ab3e8028e17c087341ef /ChangeLog
parent54828: handle time arguments in shutdown completion (diff)
downloadzsh-2e0f89f2096ed4057119ff6fb7268c28b2d97dca.tar
zsh-2e0f89f2096ed4057119ff6fb7268c28b2d97dca.tar.gz
zsh-2e0f89f2096ed4057119ff6fb7268c28b2d97dca.tar.bz2
zsh-2e0f89f2096ed4057119ff6fb7268c28b2d97dca.tar.lz
zsh-2e0f89f2096ed4057119ff6fb7268c28b2d97dca.tar.xz
zsh-2e0f89f2096ed4057119ff6fb7268c28b2d97dca.tar.zst
zsh-2e0f89f2096ed4057119ff6fb7268c28b2d97dca.zip
54844: complete variable assignments with configure
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7acb7de7f..e8b4384c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2026-06-23 Oliver Kiddle <opk@zsh.org>
+ * 54844: Completion/Unix/Command/_configure,
+ Completion/Unix/Command/_gcc: complete variable assignments
+ with configure
+
* 54828: Completion/Unix/Command/_shutdown: handle time arguments
2026-06-21 Mikael Magnusson <mikachu@gmail.com>