about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--NEWS21
2 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 740147507..ab477c183 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2019-04-12  dana  <dana@dana.is>
 
+	* unposted: NEWS: Document recent feature additions
+
 	* 44198: Doc/Zsh/options.yo, Src/builtin.c, Src/options.c,
 	Src/zsh.h: Add cd_silent option to suppress all cd output
 
diff --git a/NEWS b/NEWS
index 650f26b15..7e9ec05ff 100644
--- a/NEWS
+++ b/NEWS
@@ -4,9 +4,28 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
 
 Note also the list of incompatibilities in the README file.
 
-Changes since 5.6.2
+Changes since 5.7.1
 -------------------
 
+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.
+
+Changes from 5.6.2 to 5.7.1
+---------------------------
+
+There are only minor changes between 5.7 and 5.7.1.
+
 Support for 24-bit true color terminals has been added. Hex triplets
 can be used when specifying colours for prompts and line editor
 highlighting. On 88 and 256 colour terminals, a new zsh/nearcolor module