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 53386f4f..b04577bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2014-02-12 Kaz Kylheku <kaz@kylheku.com>
+ * hash.c (hash_equal_op, hash_hash_op): New static functions.
+ (hash_ops): New functions registered in table of operations.
+
+ * txr.1: Documentation for equal function updated to explain
+ how two hashes are equal.
+
+2014-02-12 Kaz Kylheku <kaz@kylheku.com>
+
Undoing bogus optimization, which can only work when objects
are treated as immutable.