about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-03-18 21:16:09 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-03-18 21:16:09 -0700
commitd1119bc0726ce27f9a69e2feb6b4c158ebfed8a7 (patch)
tree4c795e8193b15f0a4eeb476e56bdbd9bca363fa7 /NEWS
parent32b4cb0e73cdb01c467a0484e906d28d7c104c64 (diff)
downloadzsh-d1119bc0726ce27f9a69e2feb6b4c158ebfed8a7.tar.gz
zsh-d1119bc0726ce27f9a69e2feb6b4c158ebfed8a7.tar.xz
zsh-d1119bc0726ce27f9a69e2feb6b4c158ebfed8a7.zip
unposted: update NEWS to reference aliasing changes.
Also apologize for copy-paste spooge in the preceding commit log.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
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
 -----------------------------