summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 12 insertions, 5 deletions
diff --git a/README b/README
index 2cf22661c..8817433e4 100644
--- a/README
+++ b/README
@@ -5,13 +5,12 @@ THE Z SHELL (ZSH)
Version
-------
-This is version 5.5.1 of the shell. This is a stable release. There
+This is version 5.5.1-test-2 of the shell. This is a test release. There
are some significant bug fixes and a few user visible additions since
-5.4.2 and minor fixes since 5.5. All zsh installations are encouraged
-to upgrade.
+5.5.1. All zsh installations are encouraged to upgrade.
Note in particular the changes highlighted under "Incompatibilities since
-5.4.2" below. See NEWS for more information.
+5.5.1" below. See NEWS for more information.
Installing Zsh
--------------
@@ -32,9 +31,17 @@ Zsh is a shell with lots of features. For a list of some of these, see the
file FEATURES, and for the latest changes see NEWS. For more
details, see the documentation.
-Incompatibilities since 5.4.2
+Incompatibilities since 5.5.1
-----------------------------
+The completion helper _remote_files, typically used after a hostname
+with scp-style completion, now uses remote-files instead of files as a
+tag. This makes it easier to restrict completions with the tag-order
+style.
+
+Incompatibilities between 5.4.2 and 5.5.1
+-----------------------------------------
+
1) The default build-time maximum nested function depth has been
decreased from 1000 to 500 based on user experience. However,
it can now be changed at run time via the variable FUNCNEST.