summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2013-05-13 12:55:41 +0200
committerFlorian Frank <flori@ping.de>2013-05-13 12:55:41 +0200
commite6f3fdc135f10458e090201fbb15fafbaa166a0d (patch)
treef068ffcd4c13699b8dffda6b3ae009e34ee2639d
parentce6ae3876e4b23b7387637d6416ad808d1dd3d31 (diff)
downloadjson-e6f3fdc135f10458e090201fbb15fafbaa166a0d.tar.gz
Add to the CHANGESv1.8.0
-rw-r--r--CHANGES9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index da98e1f..edccaee 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,13 @@
-2013-02-21 (1.7.8)
+2013-05-13 (1.8.0)
* Fix https://github.com/flori/json/issues/162 reported by Marc-Andre
Lafortune <github_rocks@marc-andre.ca>. Thanks!
+ * Applied patches by Yui NARUSE <naruse@airemix.jp> to suppress warning with
+ -Wchar-subscripts and better validate UTF-8 strings.
+ * Applied patch by ginriki@github to remove unnecessary if.
+ * Add load/dump interface to JSON::GenericObject to make
+ serialize :some_attribute, JSON::GenericObject
+ work in Rails active models for convenient SomeModel#some_attribute.foo.bar
+ access to serialised JSON data.
2013-02-04 (1.7.7)
* Security fix for JSON create_additions default value and
JSON::GenericObject. It should not be possible to create additions unless