summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2604b623..fc940d6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2014-09-10 Kaz Kylheku <kaz@kylheku.com>
+
+ * lib.c (compat_fixup): void return changed to int.
+ Returns minimum supported emulation.
+
+ * lib.h (compat_fixup): Declaration fixed.
+
+ * txr.c (compat): Replace hard-coded min version
+ by return value of compat_fixup.
+
2014-09-09 Kaz Kylheku <kaz@kylheku.com>
* txr.c (help): List new --compat option.