README.md in oj-2.12.13 vs README.md in oj-2.12.14
- old
+ new
@@ -24,20 +24,14 @@
## Build Status
[![Build Status](https://secure.travis-ci.org/ohler55/oj.png?branch=master)](http://travis-ci.org/ohler55/oj)
-## Future Release 2.12.13
+## Release 2.12.14
- - Added a check for the second argument to load() is a Hash.
-
- - Yet another attempt to make floating point numbers display better.
-
- - Thanks to mkillianey for getting the extconf.rb and gemspec file updated.
-
-## Current Release 2.12.12
-
- - Thanks to asurin for adding support for arguments to to_json() that rails uses.
+ - Change the failure mode for objects that can not be serialized such as a
+ socket. Now in compat mode the to_s of the object is placed in the output
+ instead of raising an exception.
[Older release notes](http://www.ohler.com/dev/oj_misc/release_notes.html).
## Description