about summary refs log tree commit diff
path: root/Etc/NEWS
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2000-06-01 09:10:15 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2000-06-01 09:10:15 +0000
commit4608712264c8549a9217dfa209ed6bdfeb941355 (patch)
tree3db98816cfeabe854710e76535ecbf453a020040 /Etc/NEWS
parent3f8f27929472cdd5ed78543e123b72aebe61b847 (diff)
downloadzsh-4608712264c8549a9217dfa209ed6bdfeb941355.tar.gz
zsh-4608712264c8549a9217dfa209ed6bdfeb941355.tar.xz
zsh-4608712264c8549a9217dfa209ed6bdfeb941355.zip
FR & pws: promptexpand memory leaks; NEWS notes
Diffstat (limited to 'Etc/NEWS')
-rw-r--r--Etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Etc/NEWS b/Etc/NEWS
index 7f954814c..a4ae987a7 100644
--- a/Etc/NEWS
+++ b/Etc/NEWS
@@ -2,6 +2,12 @@
 CHANGES FROM PREVIOUS VERSIONS OF ZSH
 -------------------------------------
 				     
+New features in zsh version 3.1.8
+---------------------------------
+This is primarily a bug-fix version.  There are only a few user-visible
+changes.
+ - Array slices ${array[a,b]} with b < a now correctly have zero length.
+
 New features in zsh version 3.1.7
 ---------------------------------
 Further enhancements to new completion system: