summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authordana <dana@dana.is>2026-04-29 23:37:15 -0500
committerdana <dana@dana.is>2026-04-29 23:37:29 -0500
commit88d51a240019d094fcf533d54b31c4fb14e87e81 (patch)
tree4eb43d7cb3546bd299d1b3d9aefdb781b5365087 /README
parent54381: zparseopts -M: use last as-given option name in arrays (diff)
downloadzsh-88d51a240019d094fcf533d54b31c4fb14e87e81.tar
zsh-88d51a240019d094fcf533d54b31c4fb14e87e81.tar.gz
zsh-88d51a240019d094fcf533d54b31c4fb14e87e81.tar.bz2
zsh-88d51a240019d094fcf533d54b31c4fb14e87e81.tar.lz
zsh-88d51a240019d094fcf533d54b31c4fb14e87e81.tar.xz
zsh-88d51a240019d094fcf533d54b31c4fb14e87e81.tar.zst
zsh-88d51a240019d094fcf533d54b31c4fb14e87e81.zip
54376: zparseopts: use standard option parsing
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 2780da583..8d686a77c 100644
--- a/README
+++ b/README
@@ -145,6 +145,10 @@ The zsh/zutil module's zparseopts builtin now always uses the last
option name as given when storing it in an array. (Previously, options
mapped with -M would sometimes be stored using the first name given.)
+Also, as a consequence of the zparseopts builtin now using standard
+argument parsing for its own options, long-option specs must be guarded
+using -- or similar.
+
Incompatibilities between 5.8.1 and 5.9
---------------------------------------