CHANGES in json_pure-1.5.5 vs CHANGES in json_pure-1.6.0
- old
+ new
@@ -1,11 +1,7 @@
-2013-02-04 (1.5.5)
- * 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.
- * Backport change that corrects Time serialisation/deserialisation on some
- platforms.
+2011-09-12 (1.6.0)
+ * Extract utilities (prettifier and GUI-editor) in its own gem json-utils.
+ * Split json/add/core into different files for classes to be serialised.
2011-08-31 (1.5.4)
* Fix memory leak when used from multiple JRuby. (Patch by
jfirebaugh@github).
* Apply patch by Eric Wong <nocode@yhbt.net> that fixes garbage collection problem
reported in https://github.com/flori/json/issues/46.