README.md in oj-2.3.0 vs README.md in oj-2.4.0
- old
+ new
@@ -19,9 +19,17 @@
## <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)
+### Current Release 2.4.0
+
+ - Merged in a PR to again allow strings with embedded nulls.
+
+ - Implemented StreamWriter to compliment the StringWriter.
+
+ - Fixed bug in the class cache hash function that showed up with the sparc compiler.
+
### Current Release 2.3.0
- JRuby is no longer supported.
- Thanks to Stefan Kaes the support for structs has been optimized.