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 b3c32d96..9a871517 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-01-27 Kaz Kylheku <kaz@kylheku.com>
+
+ * lib.c (obj_print, obj_pprint): Bugfix: there may be
+ additional expressions forms in (sys:var <sym>) after
+ the sym. These were not being printed. Such syntax occurs
+ often in the TXR pattern language.
+
2014-01-26 Kaz Kylheku <kaz@kylheku.com>
* regex.c (match_regex_right): New function.