summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2016-11-15 00:17:35 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2016-11-15 00:17:35 +0900
commit3fd50d06a12da8b4a9b4201272ca1f08fabd415e (patch)
treebf588d0c591551c8da7f5fcb11fbee3892587a04 /ChangeLog
parent99acd1e7f48414e34aa08ec8246caa09088861df (diff)
downloadzsh-3fd50d06a12da8b4a9b4201272ca1f08fabd415e.tar.gz
zsh-3fd50d06a12da8b4a9b4201272ca1f08fabd415e.tar.xz
zsh-3fd50d06a12da8b4a9b4201272ca1f08fabd415e.zip
39937: fix a problem introduced by 39886.
$a[i,j] should become an empty array if i>j.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27e01c232..150430113 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-15  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
+
+	* 39937: Src/params.c: fix a problem introduced by 39886.
+	$a[i,j] should become an empty array if i>j.
+
 2016-11-14  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 39906: Src/utils.c: More optimisation of multibyte handling