summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2019-12-01 03:59:39 +0000
committerDaniel Shahaf <danielsh@apache.org>2019-12-01 04:00:17 +0000
commit2acbae3badc5c9afe40e2a393472d2d303c60ae6 (patch)
treef9b0c71874085cf125da3eb0dd415cf6463dbd59 /ChangeLog
parent4bb8c937d85b7a1ff29485fc6023bba70e45852c (diff)
downloadzsh-2acbae3badc5c9afe40e2a393472d2d303c60ae6.tar.gz
zsh-2acbae3badc5c9afe40e2a393472d2d303c60ae6.tar.xz
zsh-2acbae3badc5c9afe40e2a393472d2d303c60ae6.zip
unposted: zstyle: Add a unit test and some comments.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9bca3071..83e082e7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2019-12-01  Daniel Shahaf  <danielsh@apache.org>
 
+	* unposted: Src/Modules/zutil.c, Test/V05styles.ztst: zstyle:
+	Add a unit test and some comments.
+
 	* unposted: Completion/Unix/Command/_sqlite: Fix syntax error
 
 2019-11-30  Daniel Shahaf  <d.s@daniel.shahaf.name>