summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-11-23 21:45:24 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2015-11-23 21:45:24 -0800
commite73b73e0b0d80db12761a04565c74a8dcfd23c51 (patch)
tree93f2d88c8a1746aabe7a425bfc9841ee89405dc2 /ChangeLog
parent37208: assignment in a nested scope should not change private parameters in t... (diff)
downloadzsh-e73b73e0b0d80db12761a04565c74a8dcfd23c51.tar
zsh-e73b73e0b0d80db12761a04565c74a8dcfd23c51.tar.gz
zsh-e73b73e0b0d80db12761a04565c74a8dcfd23c51.tar.bz2
zsh-e73b73e0b0d80db12761a04565c74a8dcfd23c51.tar.lz
zsh-e73b73e0b0d80db12761a04565c74a8dcfd23c51.tar.xz
zsh-e73b73e0b0d80db12761a04565c74a8dcfd23c51.tar.zst
zsh-e73b73e0b0d80db12761a04565c74a8dcfd23c51.zip
37208: re-run the "typeset" tests with the private module loaded
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a0eab704..6c40a08e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2015-11-23 Barton E. Schaefer <schaefer@zsh.org>
+ * 37208: Test/V10parameter.ztst: re-run the "typeset" tests with
+ the private module loaded
+
* 37208: Src/Modules/param_private.c: assignment in a nested scope
should not change private parameters in the outer scope from unset
to set; bug remains that the attempt does not generate a warning