From aa8157b463c18489b378da322f46574bd9ab8dbb Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Mon, 1 May 2017 18:31:07 +0000 Subject: 41038: Document recent, backwards-compatible precommand modifiers changes. --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 547925164..568b1609a 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,17 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH Note also the list of incompatibilities in the README file. +Changes from 5.3.1 to 5.4 +------------------------- + +The 'exec' and 'command' precommand modifiers, and options to them, are +now parsed after parameter expansion. Previously, both the modifier and +any options to it were parsed between alias expansion and parameter +expansion (see zshexpn(1)), so they could neither be quoted nor be the +result of parameter expansion. Examples: 's=command; $s -V ls' and +'\command -V ls' now work as expected. + + Changes from 5.2 to 5.3.1 ------------------------- -- cgit 1.4.1