summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authordana <dana@dana.is>2025-04-28 16:18:42 -0500
committerdana <dana@dana.is>2025-04-28 16:23:29 -0500
commit80de57d5a63870e61a3d48efa1406ac05bbd2b5b (patch)
treef3daf3e4816e6a11ad57fc7f4e3ea8b1456e78d8 /NEWS
parent9b68cf38f08fdf352fb1dc6fb97438210aee48b6 (diff)
downloadzsh-80de57d5a63870e61a3d48efa1406ac05bbd2b5b.tar.gz
zsh-80de57d5a63870e61a3d48efa1406ac05bbd2b5b.zip
53527: remove zgetopt
reverts most of 84ef0c523, 0e369f37d, and 9b68cf38f feature was not ready. may be re-added after 5.10 release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index a1e74b9fb..d5f6ab620 100644
--- a/NEWS
+++ b/NEWS
@@ -60,9 +60,6 @@ be used to specify the array of arguments to parse instead of $@.
The zparseopts builtin also learnt a -G option which enables GNU-style
argument parsing ('--opt=arg', etc.).
-A new contrib function zgetopt was added. It wraps `zparseopts -G` to
-provide an interface similar to util-linux's getopt(1).
-
The module zsh/pcre has been updated to use the pcre2 library.
The new zsh/random module defines an SRANDOM parameter, zrand_float()