summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-07-22 07:14:07 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-07-22 07:14:07 -0700
commit9d2a3e3ba7e75d200ee1d9ece7c2accd7451a960 (patch)
tree75e2a8316f32ca87cc16f7bea194e015e7dd931c /ChangeLog
parent954fc9f3e77125d3978dc41a48aae94e9a4d9eef (diff)
downloadtxr-9d2a3e3ba7e75d200ee1d9ece7c2accd7451a960.tar.gz
txr-9d2a3e3ba7e75d200ee1d9ece7c2accd7451a960.tar.bz2
txr-9d2a3e3ba7e75d200ee1d9ece7c2accd7451a960.zip
* lib.c (obj_print, obj_pprint): Bugfix: incorrect
value returned when printing dwim forms, due to mutating the obj variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fec345a..7393869b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-07-22 Kaz Kylheku <kaz@kylheku.com>
+
+ * lib.c (obj_print, obj_pprint): Bugfix: incorrect
+ value returned when printing dwim forms, due to
+ mutating the obj variable.
+
2015-07-21 Kaz Kylheku <kaz@kylheku.com>
Implementing caar, cadr, cdar and friends.