about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2015-06-07 23:07:26 +0200
committerOliver Kiddle <opk@zsh.org>2015-06-07 23:07:26 +0200
commitac26fafa03c30e8c79e4bd70bdbb68d025643ee7 (patch)
tree02c2080f79f7ec2e5b7f6048020e9e4d95a2bc3e /ChangeLog
parenta253ada08b43fafa25d6af2cc3c0bf248df50970 (diff)
downloadzsh-ac26fafa03c30e8c79e4bd70bdbb68d025643ee7.tar.gz
zsh-ac26fafa03c30e8c79e4bd70bdbb68d025643ee7.tar.xz
zsh-ac26fafa03c30e8c79e4bd70bdbb68d025643ee7.zip
35412: fix for - flag when formating strings with printf
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 680b43184..e4b3ed77b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-06-07  Oliver Kiddle  <opk@zsh.org>
+
+	* 35412: Src/builtin.c, Test/B03print.ztst: fix for - flag
+	when formating strings with printf that was broken in 34841
+
 2015-06-06  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 35350: Completion/Zsh/Command/_fc, Doc/Zsh/builtins.yo,