summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6bab4d7..50f3bc6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+2011-12-24 (1.6.4)
+ * Patches that improve speed on JRuby contributed by Charles Oliver Nutter
+ <headius@headius.com>.
+ * Support object_class/array_class with duck typed hash/array.
2011-12-01 (1.6.3)
* Let JSON.load('') return nil as well to make mysql text columns (default to
'') work better for serialization.