@@ -5,9 +5,7 @@ THE Z SHELL (ZSH)
55Version
66-------
77
8- This is version 5.6.2 of the shell. This is a bugfix release, following
9- 5.6 which was a security and feature release and 5.6.1 which was a bugfix
10- release.
8+ This is version 5.7 of the shell.
119
1210Note in particular the changes highlighted under "Incompatibilities since
13115.6.2" below. See NEWS for more information.
@@ -34,19 +32,18 @@ details, see the documentation.
3432Incompatibilities since 5.6.2
3533-----------------------------
3634
37- 1) vcs_info git: The gen-unapplied-string hook receives the patches in order (next
38- to be applied first). This is consistent with the hg backend and with one of
39- two contradictory claims in the documentation (the other one has been corrected).
40- In zsh through 5.6.2, the patches were passed in reverse order, next to be
41- applied being last in the array.
35+ 1) vcs_info git: The gen-unapplied-string hook receives the patches in
36+ order (next to be applied first). This is consistent with the hg
37+ backend and with one of two contradictory claims in the documentation
38+ (the other one has been corrected). In zsh through 5.6.2, the patches
39+ were passed in reverse order, next to be applied being last in the
40+ array.
4241
4342The gen-applied-string hook is unaffected; it still receives the patches in
4443reverse order, from last applied to first applied.
4544
46- 2)
47-
48- Incompatibilities since 5.5.1
49- -----------------------------
45+ Incompatibilities between 5.5.1 and 5.6.2
46+ ------------------------------------------
5047
5148The completion helper _remote_files, typically used after a hostname
5249with scp-style completion, now uses remote-files instead of files as a
0 commit comments