summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2019-12-24 18:25:08 +0000
committerDaniel Shahaf <danielsh@apache.org>2019-12-26 04:20:24 +0000
commit8e0253af022abe9f9225352aae1088d6621a81ab (patch)
tree6466d73abcb9d1b486c98c178c4089efe52129a6 /ChangeLog
parentca6f4466e661f185d083e09c55fb93d16e0736cc (diff)
downloadzsh-8e0253af022abe9f9225352aae1088d6621a81ab.tar.gz
zsh-8e0253af022abe9f9225352aae1088d6621a81ab.tar.xz
zsh-8e0253af022abe9f9225352aae1088d6621a81ab.zip
45138: Add zformat unit tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9bf59c5b..fe3b6951c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2019-12-26  Daniel Shahaf  <danielsh@apache.org>
 
+	* 45138: Src/Modules/zutil.c, Test/V13zformat.ztst: Add zformat
+	unit tests.
+
 	* 45131: Src/exec.c, Test/E02xtrace.ztst: Make a function that
 	redefines itself preserve its tracedness.