From d1119bc0726ce27f9a69e2feb6b4c158ebfed8a7 Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Wed, 18 Mar 2015 21:16:09 -0700 Subject: unposted: update NEWS to reference aliasing changes. Also apologize for copy-paste spooge in the preceding commit log. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8c0ec891a..3f60321d6 100644 --- a/NEWS +++ b/NEWS @@ -117,6 +117,12 @@ Changes since 5.0.0 Running fn writes "hello" to logfile. In older versions of the shell it would create an empty file at the point of definition. +- Global aliases can be created for syntactic tokens such as command + separators (";", "&", "|", "&&", "||"), redirection operators, etc. + Use at your own risk! The POSIX_ALIASES option is interpreted more + strictly to prevent expansion of these and other alias names containing + quotes, glob metacharacters, parameter references, etc. + Changes between 4.2 and 5.0.0 ----------------------------- -- cgit 1.4.1