summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87235d7e..b0a235ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-10-26 Kaz Kylheku <kaz@kylheku.com>
+
+ * lib.c (type_check): Function moved to header file inline.
+ (throw_mismatch): New function.
+
+ * lib.h (throw_mismatch): Declared.
+ (type_mismatch): Declaration turned into inline function.
+
2014-10-25 Kaz Kylheku <kaz@kylheku.com>
* hash.c (hash_begin): Use coerce macro instead of raw C cast.