summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2011-09-12 20:17:12 +0200
committerFlorian Frank <flori@ping.de>2011-09-13 00:48:21 +0200
commitf729d47aefc98623677142de62f6211feeacb116 (patch)
tree777a045e3ec72d9dffe335176e9d1eae3cf5aa48 /CHANGES
parentee3268deb262ddccaa5763c256a86b5832fef377 (diff)
downloadjson-f729d47aefc98623677142de62f6211feeacb116.tar.gz
Extract utils out of this library into json-utilsv1.6.0
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8e751be..01a18d7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+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).