diff --git a/zsh.changes b/zsh.changes index 69ed5bb..64ed68c 100644 --- a/zsh.changes +++ b/zsh.changes @@ -2,7 +2,27 @@ Mon Dec 16 10:08:27 UTC 2019 - Ismail Dönmez - Update to version 5.8~pre1 (5.7.1-test-1) - * Please see the included NEWS for new functionality + * The zsh/zutil module's zparseopts builtin learnt an -F option to abort + parsing when an unrecognised option-like parameter is encountered. + * The zsh/files module gained a chmod builtin. + * Several changes have been made to the way completion functions track + 'precommands' (such as `command` and `env`) and determine whether the + command being completed for is a shell builtin. Developers of completion + functions may wish to familiarise themselves with `_normal -p` and + `_pick_variant -b`. + * The option CD_SILENT was added to suppress all output from cd (whether + explicit or implicit with AUTO_CD). It is disabled by default. + * The compadd builtin's -o option now takes an optional argument to + specify the order of completion matches. This affects the display + of candidate matches and the order in which they are selected when + cycling between them using menu completion. + * The :h and :t modifiers in parameter expansion (if braces are present), + glob qualifiers and history expansion may take following decimal digit + arguments in order to keep that many leading or trailing path components + instead of the defaults of all but one (:h) and one (:t). In an absolute + path the leading '/' counts as one component. + * The functions builtin gained a -c option to efficiently copy functions. +- See included ChangeLog for the complete list of changes. ------------------------------------------------------------------- Mon Feb 4 13:15:17 UTC 2019 - Ismail Dönmez