summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d26d23ce..bab4ca13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2015-07-10 Kaz Kylheku <kaz@kylheku.com>
+ * stream.c (byte_in_unget_byte): Wrong function name in error message.
+
+2015-07-10 Kaz Kylheku <kaz@kylheku.com>
+
Fix unget-byte and unget-char on catenated streams.
* stream.c (cat_unget_byte, cat_unget_char): Recursive