summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2017-01-25 09:35:30 +0000
committerPeter Stephenson <pws@zsh.org>2017-01-25 09:35:30 +0000
commitb3637caa90e30a630fb7e677c54d5f0a1b27985d (patch)
tree6c3cb661e0fe6c22e7105254ea02b3e62661b3b9 /ChangeLog
parent2854a67e09748a2e6f4e1d8a73bc463bad4cbd4e (diff)
downloadzsh-b3637caa90e30a630fb7e677c54d5f0a1b27985d.tar.gz
zsh-b3637caa90e30a630fb7e677c54d5f0a1b27985d.tar.xz
zsh-b3637caa90e30a630fb7e677c54d5f0a1b27985d.zip
40413: WARN_NESTED_VAR subscripted variable fix.
No warning needed on paramter that's created temporarily to
help assignment.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a448b3256..8e22e9f4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-01-25  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 40413: Src/params.c, Test/E01options.ztst: no WARN_NESTED_VAR
+	warning on bogus parameter created for subscripted assignment.
+
 2017-01-25  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 40403/0004: Functions/VCS_Info/Backends/VCS_INFO_get_data_git,