about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-04-02 10:24:49 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-04-02 10:24:49 +0000
commit08506bdf6730fe3c817246f2806f33bfa6f2b74d (patch)
tree0e4b048eaea0a6faca932aab90141d4da549d883 /NEWS
parentabb9900ac7db42f7a48a6358f41336a05ee3d857 (diff)
downloadzsh-08506bdf6730fe3c817246f2806f33bfa6f2b74d.tar.gz
zsh-08506bdf6730fe3c817246f2806f33bfa6f2b74d.tar.xz
zsh-08506bdf6730fe3c817246f2806f33bfa6f2b74d.zip
unposted: release 4.3.6 zsh-4.3.6
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3349e86a3..5ab7bd42d 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,18 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
 
 Note also the list of incompatibilities in the README file.
 
+Major changes between versions 4.3.5 and 4.3.6
+----------------------------------------------
+
+cd, chdir, pushd and popd now take a -q option to suppress side effects
+including printing the directory stack (for pushd and popd) and executing
+the chpwd hook functions (for all four).
+
+The parameter subscript (e) flag now forces the argument to be treated
+as a string where it would previously have been treated as a pattern,
+for example ${array[(ie)*]} substitutes the index of the element whose
+value is "*".
+
 Major changes between versions 4.3.4 and 4.3.5
 ----------------------------------------------