Skip to content

Commit

Permalink
Add to the CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed May 13, 2013
1 parent ce6ae38 commit e6f3fdc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>. Thanks!
* Applied patches by Yui NARUSE <[email protected]> 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
Expand Down

0 comments on commit e6f3fdc

Please sign in to comment.