README.md in oj-2.0.2 vs README.md in oj-2.0.3
- old
+ new
@@ -30,20 +30,12 @@
*Fast XML parser and marshaller on GitHub*: https://github.com/ohler55/ox
## <a name="release">Release Notes</a>
-### Release 2.0.2
+### Release 2.0.3
- - Fixed bug in Oj.load where loading a hash with symbold keys and also turning on symbolize keys would try to symbolize a symbol.
-
-### Release 2.0.1
-
- - BigDecimals now dump to a string in compat mode thanks to cgriego.
-
- - High precision time (nano time) can be turned off for better compatibility with other JSON parsers.
-
- - Times before 1970 now encode correctly.
+ - Fixed round off error in time format when rounding up to the next second.
## <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