summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-22 17:20:25 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-22 17:20:25 -0800
commit5a00d4815ac646ac275c93203a423b3c7aa1c2a0 (patch)
treeb4e64fee963109101a93e1a18994b8e896b497f8 /ChangeLog
parent428519803e55041438569a590f15aa581c4a4737 (diff)
downloadtxr-5a00d4815ac646ac275c93203a423b3c7aa1c2a0.tar.gz
txr-5a00d4815ac646ac275c93203a423b3c7aa1c2a0.tar.bz2
txr-5a00d4815ac646ac275c93203a423b3c7aa1c2a0.zip
* stream.c (vformat): Combine ~a and ~s cases, so numbers and
strings are printed the same way under ~s and ~a. The only difference is printing other kinds of objects.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1c2484d..1ce4fd22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-12-22 Kaz Kylheku <kaz@kylheku.com>
+ * stream.c (vformat): Combine ~a and ~s cases, so numbers and
+ strings are printed the same way under ~s and ~a. The only difference
+ is printing other kinds of objects.
+
+2011-12-22 Kaz Kylheku <kaz@kylheku.com>
+
Bug #35026
* stream.c (format_num): New argument: sign character.