about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-01-12 11:10:07 +0000
committerPeter Stephenson <pws@zsh.org>2015-01-12 11:10:07 +0000
commit626650f20e5c01fa6554da2a73dc5338a2523842 (patch)
tree987a6c6d4b9ea6bc5fcb2edb98fe80a00f9404bd /ChangeLog
parent2753d49003006342e96b769422f7c50fd4093bde (diff)
downloadzsh-626650f20e5c01fa6554da2a73dc5338a2523842.tar.gz
zsh-626650f20e5c01fa6554da2a73dc5338a2523842.tar.xz
zsh-626650f20e5c01fa6554da2a73dc5338a2523842.zip
34253: warn in zcalc doc about integer arithmetic.
C.f. warning in arithmetic doc in 34194.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bbdd175a..a9a44a379 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-01-12  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 34253: Doc/Zsh/contrib.yo: warning on integer arithmetic
+	for zcalc, c.f. 34194.
+
 2015-01-11  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 34247: Test/C01arith.ztst: regression test for 34230.