summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7f9edcd..a8e7604e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-04-29 Kaz Kylheku <kaz@kylheku.com>
+
+ Bugfix: cannot print (lambda . 42) structure.
+
+ * lib.c (obj_print, obj_pprint): Fix mistake in the test for
+ properly formed lambda syntax whcih is printed specially.
+
2015-04-28 Kaz Kylheku <kaz@kylheku.com>
Adding poll function.