about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStephane Chazelas <stephane@chazelas.org>2024-02-24 20:41:33 -0800
committerBart Schaefer <schaefer@zsh.org>2024-02-24 20:41:33 -0800
commit4c0ebc155ebab1e2babda2a218cba1131cf74109 (patch)
treed88573b7e855a90e292518b045fb7e3a8af02e97 /ChangeLog
parent4b9cd6b8bd5f67500e716f8485aebd31a9f7cf47 (diff)
downloadzsh-4c0ebc155ebab1e2babda2a218cba1131cf74109.tar.gz
zsh-4c0ebc155ebab1e2babda2a218cba1131cf74109.tar.xz
zsh-4c0ebc155ebab1e2babda2a218cba1131cf74109.zip
52591: printf builtin must pass metafied strings to math evaluation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d520ec8c5..00a3c65ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-02-24  Bart Schaefer  <schaefer@zsh.org>
+
+	* Stephane: 52591: Src/builtin.c: printf builtin must pass
+	metafied strings to math evaluation
+
 2024-02-23  Bart Schaefer  <schaefer@zsh.org>
 
 	* 52583: Src/params.c, Test/V10private.ztst: do an extra check