about summary refs log tree commit diff
diff options
context:
space:
mode:
authordana <dana@dana.is>2020-12-12 21:45:19 -0600
committerdana <dana@dana.is>2020-12-12 21:45:19 -0600
commitce0660b7ba283e3208db28a8763796816a587259 (patch)
treec8859696c41e5ea086a419987b1d35e9b273fbe5
parent34eae734900f42f8127c1eda5ed729f02121ae47 (diff)
downloadzsh-ce0660b7ba283e3208db28a8763796816a587259.tar.gz
zsh-ce0660b7ba283e3208db28a8763796816a587259.tar.xz
zsh-ce0660b7ba283e3208db28a8763796816a587259.zip
NEWS: Catch up on new features
-rw-r--r--ChangeLog4
-rw-r--r--NEWS19
2 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d524e81e..88c205103 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-12-12  dana  <dana@dana.is>
+
+	* unposted: NEWS: Catch up on new features
+
 2020-12-11  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
 
 	* 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
 --------------------------------