From e6f3fdc135f10458e090201fbb15fafbaa166a0d Mon Sep 17 00:00:00 2001 From: Florian Frank Date: Mon, 13 May 2013 12:55:41 +0200 Subject: Add to the CHANGES --- CHANGES | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 . Thanks! + * Applied patches by Yui NARUSE 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 -- cgit v1.2.1