summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.