mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-28 16:15:02 +01:00
unposted: Move a new incompatibility notice.
The change in question was (deliberately) not merged to master before the 5.8 release. Therefore, it is a "post 5.8" change, even though it was written when 5.7.1 was the latest release.
This commit is contained in:
parent
6fc8e8628f
commit
4ce0cff5e9
2 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
2020-03-07 Daniel Shahaf <danielsh@apache.org>
|
2020-03-07 Daniel Shahaf <danielsh@apache.org>
|
||||||
|
|
||||||
|
* unposted: README: Move a new incompatibility notice.
|
||||||
|
|
||||||
* unposted: Test/V01zmodload.ztst: Fix trailing whitespace in
|
* unposted: Test/V01zmodload.ztst: Fix trailing whitespace in
|
||||||
test expectations.
|
test expectations.
|
||||||
|
|
||||||
|
|
7
README
7
README
|
@ -31,13 +31,16 @@ 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
|
file FEATURES, and for the latest changes see NEWS. For more
|
||||||
details, see the documentation.
|
details, see the documentation.
|
||||||
|
|
||||||
Incompatibilities since 5.7.1
|
Incompatibilities since 5.8
|
||||||
-----------------------------
|
---------------------------
|
||||||
|
|
||||||
Build-time change: The default value of the --enable-gdbm configure
|
Build-time change: The default value of the --enable-gdbm configure
|
||||||
argument has changed from "yes" to "no". Thus, the zsh/db/gdbm module will
|
argument has changed from "yes" to "no". Thus, the zsh/db/gdbm module will
|
||||||
not be built unless --enable-gdbm is passed explicitly.
|
not be built unless --enable-gdbm is passed explicitly.
|
||||||
|
|
||||||
|
Incompatibilities since 5.7.1
|
||||||
|
-----------------------------
|
||||||
|
|
||||||
The history expansion !:1:t2 used to be interpreted such that the 2
|
The history expansion !:1:t2 used to be interpreted such that the 2
|
||||||
was a separate character added after the history expansion. Now
|
was a separate character added after the history expansion. Now
|
||||||
it is an argument to the :t modifier.
|
it is an argument to the :t modifier.
|
||||||
|
|
Loading…
Reference in a new issue