about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-08-10 13:55:25 +0100
committerPeter Stephenson <pws@zsh.org>2015-08-10 13:55:25 +0100
commitfe924b270ce2b62ef0dc6ea3514f9d9679a09bdc (patch)
treef8cbf35706076f9567912d32752579699e350b88 /ChangeLog
parentcbdb3cf9be7f0fb5a94e78c3f6fcd22805a57fab (diff)
downloadzsh-fe924b270ce2b62ef0dc6ea3514f9d9679a09bdc.tar.gz
zsh-fe924b270ce2b62ef0dc6ea3514f9d9679a09bdc.tar.xz
zsh-fe924b270ce2b62ef0dc6ea3514f9d9679a09bdc.zip
36045: make effect of failures in wait test clearer
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4153f6a86..1f8c732e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-08-10  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 36045: Test/A05execution.ztst: make effect of failures
+	in wait test cleare.
+
 	* not quite posted: Src/Modules/socket.c, Src/Modules/tcp.c:
 	check for error return before testing for EINTR.