summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2011-12-21 11:05:46 +0100
committerFlorian Frank <flori@ping.de>2011-12-21 11:05:46 +0100
commit60ef7adb347b473cbcce9aacacb2943ae5fb4d4c (patch)
treeba73bea0660d74b2a9a787c5e0acd1a06739e1b6 /CHANGES
parent0dacb54bcdf3c40cc38dae26f04b780024460b45 (diff)
parent59ecfad89281873fe72234b62545294b5fa7ba95 (diff)
downloadjson-60ef7adb347b473cbcce9aacacb2943ae5fb4d4c.tar.gz
Merge branch 'master' of https://github.com/MagLev/json into MagLev-masterMagLev-master
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 736ebb3..6bab4d7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,16 @@
+2011-12-01 (1.6.3)
+ * Let JSON.load('') return nil as well to make mysql text columns (default to
+ '') work better for serialization.
+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
+ * Fix bug with time serialization concerning nanoseconds. Thanks for the
+ patch go to Josh Partlow (jpartlow@github).
+ * Improve parsing speed for JSON numbers (integers and floats) in a similar way to
+ what Evan Phoenix <evan@phx.io> suggested in:
+ https://github.com/flori/json/pull/103
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)