summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordana <dana@dana.is>2025-04-27 07:58:23 -0500
committerdana <dana@dana.is>2025-04-27 07:58:23 -0500
commit84ef0c523878625feeed8cd0a5c142929d8b4d06 (patch)
tree7a15bc37dc6c74496aaf7aec3326f7d2cef222c0 /ChangeLog
parent2601c191865d3d49e3e57fbb9f6224bcbd22f7a4 (diff)
downloadzsh-84ef0c523878625feeed8cd0a5c142929d8b4d06.tar.gz
zsh-84ef0c523878625feeed8cd0a5c142929d8b4d06.zip
53516: add zgetopt contrib function
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57050830f..de8fc6f3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2025-04-27 dana <dana@dana.is>
+ * 53516: Doc/Zsh/contrib.yo, Functions/Misc/zgetopt, NEWS,
+ Test/Z04zgetopt.ztst: add zgetopt contrib function
+
* 53515: Test/B01cd.ztst: correct ztst documentation error
2025-04-20 Eric Cook <illua@users.sourceforge.net>