From 11ff9b3db96fad0fe51fd7b1a49a6c733c7d9d07 Mon Sep 17 00:00:00 2001 From: dana Date: Fri, 12 Apr 2019 15:23:27 -0500 Subject: unposted: NEWS: Document recent feature additions Document new features and major changes introduced in 44100, 44135, 44155, 44198, 44200, &al. --- NEWS | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'NEWS') 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 -- cgit 1.4.1