summary refs log tree commit diff
diff options
context:
space:
mode:
authordana <dana@dana.is>2019-01-02 10:02:09 -0600
committerdana <dana@dana.is>2019-01-02 10:02:09 -0600
commitb3778fee1abddaec600ecab73cc9cd936d625cf9 (patch)
tree8840ab08e256f7d6b135a16577657537bf9efdd7
parentf7f5b7f4ee17027438135249b1f8b035742206c0 (diff)
downloadzsh-b3778fee1abddaec600ecab73cc9cd936d625cf9.tar.gz
zsh-b3778fee1abddaec600ecab73cc9cd936d625cf9.tar.xz
zsh-b3778fee1abddaec600ecab73cc9cd936d625cf9.zip
unposted: Add missing change-log entries for 37302 and 37303
e40a14c5e (workers/37302) and dc8c39eff (workers/37303) were committed without
change-log entries

Note also that the commit message for e40a14c5e erroneously referred to
workers/37202
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c61e4f04e..d8145deab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7015,6 +7015,12 @@
 	Test/B02typeset.ztst, Test/V10private.ztst: typeset -p
 	can now output arrays on one line.
 
+	* 37303: Test/E01options.ztst: test WARN_CREATE_GLOBAL negative
+	cases.
+
+	* 37302: Src/exec.c, Src/params.c: suppress WARN_CREATE_GLOBAL
+	warnings after a fork
+
 	* unposted: Src/exec.c, Src/init.c: fix up init_io() calls
 	in previous change.