CHANGES in json_pure-1.6.8 vs CHANGES in json_pure-1.7.0
- old
+ new
@@ -1,9 +1,6 @@
-2013-02-04 (1.6.8)
- * Security fix for JSON create_additions default value. It should not be
- possible to create additions unless
- explicitely requested by setting the create_additions argument to true or
- using the JSON.load/dump interface.
+2012-04-28 (1.7.0)
+ * Add JSON::GenericObject for method access to objects transmitted via JSON.
2012-04-27 (1.6.7)
* Fix possible crash when trying to parse nil value.
2012-02-11 (1.6.6)
* Propagate src encoding to values made from it (fixes 1.9 mode converting
everything to ascii-8bit; harmless for 1.8 mode too) (Thomas E. Enebo