summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2020-10-24 13:45:08 +0200
committerMikael Magnusson <mikachu@gmail.com>2020-10-25 23:06:02 +0100
commit8773f01f2b7a908af70dc06d7d00481f1c9bec44 (patch)
treee6671737e4ee996400424a6094dd8e1b12f2a1a6 /ChangeLog
parentea64d2fd4bddf4bf6cfa2d0abf5c407f6d7f1542 (diff)
downloadzsh-8773f01f2b7a908af70dc06d7d00481f1c9bec44.tar.gz
zsh-8773f01f2b7a908af70dc06d7d00481f1c9bec44.tar.xz
zsh-8773f01f2b7a908af70dc06d7d00481f1c9bec44.zip
47494, 47495: Add -n option to strftime
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a9ef3213..9db67eea0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@
 	* 47302: Test/B03print.ztst, Test/D07multibyte.ztst: Test for
 	print -v fix
 
+	* 47494, 47495: Completion/Zsh/Command/_strftime,
+	Doc/Zsh/mod_datetime.yo, Src/Modules/datetime.c,
+	Test/V09datetime.ztst: Add -n option to strftime
+
 2020-10-18  Roman Perepelitsa  <roman.perepelitsa@gmail.com>
 
 	* 47476: Src/Modules/files.c: Fix a race condition in zf_mkdir -p