about summary refs log tree commit diff
diff options
context:
space:
mode:
authordana <dana@dana.is>2019-04-12 15:23:27 -0500
committerdana <dana@dana.is>2019-04-12 21:39:46 -0500
commit11ff9b3db96fad0fe51fd7b1a49a6c733c7d9d07 (patch)
treef9ef8dc82d0524b8a5bca6c3dcd75065ccd91c44
parent78fb8aaccf960c48a6b3b51794af6d28b87b9866 (diff)
downloadzsh-11ff9b3db96fad0fe51fd7b1a49a6c733c7d9d07.tar.gz
zsh-11ff9b3db96fad0fe51fd7b1a49a6c733c7d9d07.tar.xz
zsh-11ff9b3db96fad0fe51fd7b1a49a6c733c7d9d07.zip
unposted: NEWS: Document recent feature additions
Document new features and major changes introduced in 44100, 44135, 44155,
44198, 44200, &al.
-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