about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authordana <dana@dana.is>2019-12-14 12:50:58 -0600
committerdana <dana@dana.is>2019-12-14 12:50:58 -0600
commit5ed3dde0d220dcc6d8503a644a50e661d877bf2c (patch)
tree632dbec5107f2391b88d094953166b2f983b1f0c /README
parentcb4dc956439140ca595b2b7dfd511efaa22d1e22 (diff)
downloadzsh-5ed3dde0d220dcc6d8503a644a50e661d877bf2c.tar.gz
zsh-5ed3dde0d220dcc6d8503a644a50e661d877bf2c.tar.xz
zsh-5ed3dde0d220dcc6d8503a644a50e661d877bf2c.zip
unposted: Test release: 5.7.1-test-1 zsh-5.7.1-test-1
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 6 insertions, 3 deletions
diff --git a/README b/README
index 2dd82b61f..a3701abe5 100644
--- a/README
+++ b/README
@@ -5,11 +5,11 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-This is version 5.7.1 of the shell.  This is a stable release.  There are
-a few visible improvements since 5.6 as well as many bugfixes.
+This is version 5.8 of the shell.  This is a stable release.  There are
+a few visible improvements since 5.7 as well as many bugfixes.
 
 Note in particular the changes highlighted under "Incompatibilities since
-5.6.2" below.  See NEWS for more information.
+5.7.1" below.  See NEWS for more information.
 
 Installing Zsh
 --------------
@@ -53,6 +53,9 @@ The vcs_info function VCS_INFO_quilt-dirfind now returns a string value
 by setting $REPLY.  Previously it printed the value to standard output.
 This only affects you if you override that function in your dotfiles.
 
+The cd and chdir builtins no longer interpret operands like -1 and +2 as
+stack entries when POSIX_CD is enabled.
+
 Incompatibilities between 5.6.2 and 5.7.1
 -----------------------------------------