README.md in oj-1.2.11 vs README.md in oj-1.2.12

- old
+ new

@@ -2,16 +2,24 @@ A fast JSON parser and Object marshaller as a Ruby gem. ## <a name="installation">Installation</a> gem install oj +## <a name="documentation">Documentation</a> + +*Documentation*: http://www.ohler.com/oj + ## <a name="source">Source</a> *GitHub* *repo*: https://github.com/ohler55/oj *RubyGems* *repo*: https://rubygems.org/gems/oj +## <a name="follow">Follow @oxgem on Twitter</a> + +[Follow @peterohler on Twitter](http://twitter.com/#!/peterohler) for announcements and news about the Oj gem. + ## <a name="build_status">Build Status</a> [![Build Status](https://secure.travis-ci.org/ohler55/oj.png?branch=master)](http://travis-ci.org/ohler55/oj) ## <a name="links">Links of Interest</a> @@ -22,24 +30,14 @@ *Fast XML parser and marshaller on GitHub*: https://github.com/ohler55/ox ## <a name="release">Release Notes</a> -### Release 1.2.11 +### Release 1.2.12 - - Added :max_stack option to limit the size of string allocated on the stack. + - Fixed GC bug in Oj::Doc, the fast parser. -### Release 1.2.10 - - - Added check for circular on loading of circular dumped JSON. - - - Added support for direct serialization of BigDecimal, Rational, Date, and DateTime. - - - Added json.rb to $" in mimic mode to avoid pulling in the real JSON by accident. - - - Oj is now thread safe for all functions. - - - The / (solidus) character is now placed in strings without being escaped. + - Serialization of Exceptions in Ruby 1.8.7 now includes message and backtrace. ## <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