about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2020-03-22 18:56:06 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2020-03-22 18:56:06 +0000
commit508b47c750ea4709e38ccad73a41e17ff4efe770 (patch)
tree00bab9352547ae49c5ebd1391cbd76395fda86da /ChangeLog
parent2b1e5a3d22ed4b66af3926e2034e2e8f16acc830 (diff)
downloadzsh-508b47c750ea4709e38ccad73a41e17ff4efe770.tar.gz
zsh-508b47c750ea4709e38ccad73a41e17ff4efe770.tar.xz
zsh-508b47c750ea4709e38ccad73a41e17ff4efe770.zip
45601: Fix status in new functions -T test
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af51fc5a8..884f2272e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2020-03-22  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 45601: Test/E02xtrace.ztst: Fix status in new functions -T
+	test.
+
 	* 45563: Src/utils.c: %z supplies zlong for errors and warnings.
 
 2020-03-22  Daniel Shahaf  <d.s@daniel.shahaf.name>