-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|