summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthew Martin <phy1729@gmail.com>2015-09-29 00:06:39 -0500
committerPeter Stephenson <pws@zsh.org>2015-09-30 14:22:59 +0100
commit007f249a8e190306a9ef6bca2317e79004ace871 (patch)
tree535686c1b937b9346ec43a6aab5426a2ef5294f3 /ChangeLog
parent533658730745ae6261f9552aba01dc5346405d30 (diff)
downloadzsh-007f249a8e190306a9ef6bca2317e79004ace871.tar.gz
zsh-007f249a8e190306a9ef6bca2317e79004ace871.tar.xz
zsh-007f249a8e190306a9ef6bca2317e79004ace871.zip
36693: arithmetic rounds towards zero, document
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56e725cf0..ea7bd2e98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-09-30  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* Matthew Martin: 36693: Doc/Zsh/arith.yo: arithmetic rounds
+	towards zero.
+
 	* 36711: Src/glob.c, Src/pattern.c: Memory for early unmetafied
 	pattern trial string is on the heap.