README.md in oj-2.0.0 vs README.md in oj-2.0.1

- old
+ new

@@ -30,14 +30,16 @@ *Fast XML parser and marshaller on GitHub*: https://github.com/ohler55/ox ## <a name="release">Release Notes</a> -### Release 2.0.0 +### Release 2.0.1 - - Thanks to yuki24 Floats are now output with a decimal even if they are an integer value. + - BigDecimals now dump to a string in compat mode thanks to cgriego. - - <b>The Simple API for JSON (SAJ) API has been added. Read more about it on the [Oj::Saj page](http://www.ohler.com/oj/Oj/Saj.html).</b> + - High precision time (nano time) can be turned off for better compatibility with other JSON parsers. + + - Times before 1970 now encode correctly. ## <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