about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2011-05-19 16:24:38 +0000
committerMikael Magnusson <mikachu@gmail.com>2011-05-19 16:24:38 +0000
commit0198b8423dfd4aab7f1c1d2b2938cb5124724212 (patch)
tree7192fd28c81769078337a109f078647e3b8513b0 /NEWS
parent6a29bc80d032ec7224240789deb622e07478028c (diff)
downloadzsh-0198b8423dfd4aab7f1c1d2b2938cb5124724212.tar.gz
zsh-0198b8423dfd4aab7f1c1d2b2938cb5124724212.tar.xz
zsh-0198b8423dfd4aab7f1c1d2b2938cb5124724212.zip
29224: Support negative LEN in ${VAR:OFFSET:LEN} like bash.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2d6f4ea02..d876e12aa 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,9 @@ the command line is edited.
 In POSIX emulation ("emulate sh") the shell is more accurate about
 when it should or should not exit on errors.
 
+The ${NAME:OFFSET:LENGTH} syntax now supports negative LENGTH, which
+counts back from the end of the string.
+
 Changes between versions 4.3.10 and 4.3.11
 ------------------------------------------