about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index d08440ce1..31ee80d4a 100644
--- a/README
+++ b/README
@@ -61,8 +61,11 @@ an end-of-options guard (same as "ls --").
 
 The sh-compatible function definition syntax, "f() { ... }", is unchanged.
 
-Incompatibilities since 5.7.1
------------------------------
+The time-out (-t) value given to zsh/system's `zsystem flock` command is
+now limited to 2^30-1 seconds.
+
+Incompatibilities between 5.7.1 and 5.8
+---------------------------------------
 
 The history expansion !:1:t2 used to be interpreted such that the 2
 was a separate character added after the history expansion.  Now