diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |