diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2016-11-29 12:31:33 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2016-11-29 12:31:33 -0800 |
commit | a9fe87e18cbe37d938fb1a02f71f8f905141e0f4 (patch) | |
tree | 5dc639bb9f74fa915362366c4c08ed50f332e083 /ChangeLog | |
parent | 596ba302e6f23089e58ff05d75fedfca8e79a7d2 (diff) | |
download | zsh-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-- | ChangeLog | 7 |
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. |