about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStephane Chazelas <stephane.chazelas@gmail.com>2016-02-24 17:09:04 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2016-02-26 11:12:32 +0000
commitf7d5ff31ce8d354dd69de619e703b9c0e49f0977 (patch)
tree532d4bf25a7cb35662995eeaa3bf3d3f4cb27e00 /ChangeLog
parentc55d8551718bcf2fc7661c31c13e934060a5f1a7 (diff)
downloadzsh-f7d5ff31ce8d354dd69de619e703b9c0e49f0977.tar.gz
zsh-f7d5ff31ce8d354dd69de619e703b9c0e49f0977.tar.xz
zsh-f7d5ff31ce8d354dd69de619e703b9c0e49f0977.zip
38020: fix problems with $SECONDS.
Fractions of a second were not handled correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e3162f21..8498c5954 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-02-26  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* Stephane: 38020: fix problems with fractions of a second in
+	$SECONDS.
+
 2016-02-25  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 38024: Src/signals.c, Test/C03traps.ztst: improve 37999 to