README.md in oj-2.0.8 vs README.md in oj-2.0.9

- old
+ new

@@ -30,24 +30,23 @@ *Fast XML parser and marshaller on GitHub*: https://github.com/ohler55/ox ## <a name="release">Release Notes</a> +### Release 2.0.9 + + - Fixed problem with INFINITY with CentOS and Ruby 2.0.0. There are some header file conflicts so a different INFINITY was used. + ### Release 2.0.8 - Added :bigdecimal_load option that forces all decimals in a JSON string to be read as BigDecimals instead of as Floats. This is useful if precision is important. - Worked around bug in active_support 2.3.x where BigDecimal.as_json() returned self instead of a JSON primitive. Of course that creates a loop and blows the stack. Oj ignores the as_json() for any object that returns itself and instead encodes the object as it sees fit which is usually what is expected. - All tests pass with Ruby 2.0.0-p0. Had to modify Exception encoding slightly. - -### Release 2.0.7 - - - Fixed bug where undefined classes specified in a JSON document would freeze Ruby instead of raising an exception when - the auto_define option was not set. (It seems that Ruby freezes on trying to add variables to nil.) ## <a name="description">Description</a> Optimized JSON (Oj), as the name implies was written to provide speed optimized JSON handling. It was designed as a faster alternative to Yajl and