From ce0660b7ba283e3208db28a8763796816a587259 Mon Sep 17 00:00:00 2001 From: dana Date: Sat, 12 Dec 2020 21:45:19 -0600 Subject: NEWS: Catch up on new features --- ChangeLog | 4 ++++ NEWS | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2d524e81e..88c205103 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2020-12-12 dana + + * unposted: NEWS: Catch up on new features + 2020-12-11 Jun-ichi Takimoto * 47731 (+unposted): Functions/Misc/run-help-btrfs, diff --git a/NEWS b/NEWS index a8e7df80e..a5becf67b 100644 --- a/NEWS +++ b/NEWS @@ -7,10 +7,29 @@ Note also the list of incompatibilities in the README file. Changes since 5.8 ----------------- +The function command learnt a -T option to declare a function and enable +tracing for it simultaneously. + +The option SHORT_REPEAT was added to enable the short syntax of +SHORT_LOOPS for the repeat command only. It is disabled by default. + +The _arguments function now supports NUL-delimiting optargs in the +opt_args array via the -0 option. Developers of completion functions +should find this easier to handle reliably than the default +colon-delimiting behaviour. + The zsh/system module's `zsystem flock` command learnt an -i option to set the wait interval used with -t. Additionally, -t now supports fractional seconds. +The option CLOBBER_EMPTY was added to enable the overwrite behaviour +of CLOBBER for empty files only. It is disabled by default. + +The compinit function learnt a -w option to explain why compdump runs. + +The zsh/datetime module's strftime builtin learnt an -n option to omit +the trailing newline when printing a formatted time. + Changes from 5.7.1-test-3 to 5.8 -------------------------------- -- cgit 1.4.1