about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-10-18 14:22:21 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-10-18 14:22:21 +0000
commit62829b856d9c6b054f3c6338a20f9d5c04d79d42 (patch)
tree0ff0b31e9e7671fe46741e634a7436890357cd95 /ChangeLog
parent62d4a10902ea89b85d737980b73e13a216d2d8f8 (diff)
downloadzsh-62829b856d9c6b054f3c6338a20f9d5c04d79d42.tar.gz
zsh-62829b856d9c6b054f3c6338a20f9d5c04d79d42.tar.xz
zsh-62829b856d9c6b054f3c6338a20f9d5c04d79d42.zip
allow arguments to be specified in printf format specifications (16080)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0238ee0ba..4b9012a8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-18  Oliver Kiddle  <opk@zsh.org>
+
+	* 16080: Src/builtin.c, Doc/Zsh/builtins.yo, Test/B03print.ztst:
+	allow arguments to be specified in printf format specifications
+
 2001-10-17  Clint Adams  <clint@zsh.org>
 
 	* 16078: Completion/Unix/Command/_zip: