summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f64592f..adb74fc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2012-01-27 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (dwim_loc, op_dwim): Relax the requirement on hash
+ indexing arguments. The default value can be omitted,
+ defaulting to nil.
+
+2012-01-27 Kaz Kylheku <kaz@kylheku.com>
+
* hash.c (hash_begin): Missing type check added, otherwise
passing in an object that is not a hash results in corruption
or crashing behavior.