summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-11-29 12:31:33 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2016-11-29 12:31:33 -0800
commita9fe87e18cbe37d938fb1a02f71f8f905141e0f4 (patch)
tree5dc639bb9f74fa915362366c4c08ed50f332e083 /ChangeLog
parent596ba302e6f23089e58ff05d75fedfca8e79a7d2 (diff)
downloadzsh-a9fe87e18cbe37d938fb1a02f71f8f905141e0f4.tar.gz
zsh-a9fe87e18cbe37d938fb1a02f71f8f905141e0f4.tar.xz
zsh-a9fe87e18cbe37d938fb1a02f71f8f905141e0f4.zip
40032: consistency in handling of subscript slices outside the bounds of an array parameter
unposted: README: example describing 40032
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27c35849a..6ed44eb4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-11-29  Barton E. Schaefer  <schaefer@brasslantern.com>
+
+	* unposted: README: example describing 40032
+
+	* 40032: Src/params.c: consistency in handling of subscript
+	slices outside the bounds of an array parameter
+
 2016-11-29  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 40037: Joshua Rubin: Unicode 9 character width support.