about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2015-07-09 11:51:57 +0200
committerMikael Magnusson <mikachu@gmail.com>2015-07-09 15:32:55 +0200
commite402747dd6450cafaf1ca6c01671a5adf1595d02 (patch)
treea16468124c2c4e1d2489ba9a41a56c10fb59aabf /ChangeLog
parent5951ac13ed0fee0352a6bfcbcc78ea8c0ec8ad5f (diff)
downloadzsh-e402747dd6450cafaf1ca6c01671a5adf1595d02.tar.gz
zsh-e402747dd6450cafaf1ca6c01671a5adf1595d02.tar.xz
zsh-e402747dd6450cafaf1ca6c01671a5adf1595d02.zip
35745: ztrftime: Pass everything unhandled to the system strftime()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5dcc1e266..d36a73639 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-07-09  Mikael Magnusson  <mikachu@gmail.com>
+
+	* 35745: Src/utils.c, Test/V09datetime.ztst: ztrftime: Pass
+	everything unhandled to the system strftime()
+
 2015-07-09  Oliver Kiddle  <opk@zsh.org>
 
 	* 35748: Completion/Zsh/Type/_ps1234,