summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 314de04..d78ba98 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
2011-11-21 (1.6.2)
* Add support for OpenStruct and BigDecimal.
* Fix bug when parsing nil in quirks_mode.
+ * Make JSON.dump and JSON.load methods better cooperate with Rails' serialize
+ method. Just use: serialize :value, JSON
2011-09-18 (1.6.1)
* Using -target 1.5 to force Java bits to compile with 1.5.
2011-09-12 (1.6.0)