summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2017-01-23 09:50:57 +0000
committerPeter Stephenson <pws@zsh.org>2017-01-23 09:50:57 +0000
commitc861b17bbf002129f29e22ab625fd3516ba792a2 (patch)
treed1cd26c6a1f298840fd51fae19a4a25f279ecf10 /ChangeLog
parentunposted: Etc/BUGS: Record users/20807 vcs_info quilt issue. (diff)
downloadzsh-c861b17bbf002129f29e22ab625fd3516ba792a2.tar
zsh-c861b17bbf002129f29e22ab625fd3516ba792a2.tar.gz
zsh-c861b17bbf002129f29e22ab625fd3516ba792a2.tar.bz2
zsh-c861b17bbf002129f29e22ab625fd3516ba792a2.tar.lz
zsh-c861b17bbf002129f29e22ab625fd3516ba792a2.tar.xz
zsh-c861b17bbf002129f29e22ab625fd3516ba792a2.tar.zst
zsh-c861b17bbf002129f29e22ab625fd3516ba792a2.zip
40391: Add WARN_NESTED_VAR option and functions -W.
These are companions to WARN_CREATED_GLOBAL, warning when a variable from an enclosing scope is altered.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4667ab2c..738d2048d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2017-01-23 Peter Stephenson <p.stephenson@samsung.com>
+
+ * 40391: Completion/compinit, Doc/Zsh/builtins.yo,
+ Doc/Zsh/options.yo, Src/builtin.c, Src/exec.c, Src/options.c,
+ Src/params.c, Src/zsh.h, Test/E01options.ztst: Add
+ WARN_NESTED_VAR option and functions -W to turn it on similarly
+ to functions -T.
+
2017-01-23 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: Etc/BUGS: Record users/20807 vcs_info quilt issue.