README.md in oj-1.3.7 vs README.md in oj-1.4.0

- old
+ new

@@ -30,18 +30,12 @@ *Fast XML parser and marshaller on GitHub*: https://github.com/ohler55/ox ## <a name="release">Release Notes</a> -### Release 1.3.7 +### Release 1.4.0 - - Added header file for linux builds. - -### Release 1.3.6 - - - Oj.load() now raises a SystemStackError if a JSON is too deeply nested. The loading is allowed to use on 75% of the stack. - - - Oj::Doc.open() now raises a SystemStackError if a JSON is too deeply nested. The loading is allowed to use on 75% of the stack. Oj::Doc.open will allow much deeper nesting than Oj.load(). + - Parse errors now raise an Exception that inherites form Oj::Error which inherits from StandardError. Some other Exceptions were changed as well to make it easier to rescue errors. ## <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