about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2020-03-07 21:50:23 +0000
committerDaniel Shahaf <danielsh@apache.org>2020-03-07 21:50:26 +0000
commit4ce0cff5e91608598adf4a72318fc868681e398d (patch)
tree7142dec586d8f1fb3b9333ff50d6e1083a7b7460
parent6fc8e8628f9c3da6e4b83c3de67e44376708cbcb (diff)
downloadzsh-4ce0cff5e91608598adf4a72318fc868681e398d.tar.gz
zsh-4ce0cff5e91608598adf4a72318fc868681e398d.tar.xz
zsh-4ce0cff5e91608598adf4a72318fc868681e398d.zip
unposted: Move a new incompatibility notice. 5.9
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.
-rw-r--r--ChangeLog2
-rw-r--r--README7
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b26340e43..23d70c410 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2020-03-07  Daniel Shahaf  <danielsh@apache.org>
 
+	* unposted: README: Move a new incompatibility notice.
+
 	* unposted: Test/V01zmodload.ztst: Fix trailing whitespace in
 	test expectations.
 
diff --git a/README b/README
index 589c10da5..b8dfd0e2a 100644
--- a/README
+++ b/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
 details, see the documentation.
 
-Incompatibilities since 5.7.1
------------------------------
+Incompatibilities since 5.8
+---------------------------
 
 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
 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
 was a separate character added after the history expansion.  Now
 it is an argument to the :t modifier.