README.md in oj-1.0.5 vs README.md in oj-1.0.6
- old
+ new
@@ -22,12 +22,12 @@
*Fast XML parser and marshaller on GitHub*: https://rubygems.org/gems/ox
## <a name="release">Release Notes</a>
-### Release 1.0.5
+### Release 1.0.6
- - Added :ascii_only options for dumping JSON where all high-bit characters are encoded as escaped sequences.
+ - Gave Oj::Doc a speed increase. It is now 8 times fast than JSON::Ext.
## <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