about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--README7
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a6e624132..82ac489e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2016-01-29  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 37833: README: Document 37804 in README.
+
 	* 37797: StartupFiles/zshrc: StartupFiles/zshrc += run-help
 
 	* 37752: Test/D04parameter.ztst: More tests for the previous
diff --git a/README b/README
index 6e5b73067..197cfb91d 100644
--- a/README
+++ b/README
@@ -32,7 +32,7 @@ details, see the documentation.
 Incompatibilities between 5.2 and 5.3
 -------------------------------------
 
-In character classes delimited by "[" and "]" within patterns, whether
+1) In character classes delimited by "[" and "]" within patterns, whether
 used for filename generation (globbing) or other forms of pattern
 matching, it used not to be possible to quote "-" when used for a range,
 or "^" and "!" when used for negating a character set.  The characters can
@@ -58,6 +58,11 @@ The "~" causes the "-" character to be active.  In sh emulation the
 "~" is unncessary in this example and double quotes must be used to
 suppress the range behaviour of the "-".
 
+2) The first argument to 'repeat' is now evaluated as an arithmetic
+expression.  It was always documented to be an arithmetic expression, but
+until now the decimal integer at the start of the value was used and the
+remainder of the value discarded.
+
 Incompatibilities between 5.0.8 and 5.2
 ---------------------------------------