diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-06-01 09:10:15 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-06-01 09:10:15 +0000 |
commit | 4608712264c8549a9217dfa209ed6bdfeb941355 (patch) | |
tree | 3db98816cfeabe854710e76535ecbf453a020040 /Etc | |
parent | 3f8f27929472cdd5ed78543e123b72aebe61b847 (diff) | |
download | zsh-4608712264c8549a9217dfa209ed6bdfeb941355.tar.gz zsh-4608712264c8549a9217dfa209ed6bdfeb941355.tar.xz zsh-4608712264c8549a9217dfa209ed6bdfeb941355.zip |
FR & pws: promptexpand memory leaks; NEWS notes
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/NEWS | 6 |
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: |