README.md in oj-2.12.8 vs README.md in oj-2.12.9

- old
+ new

@@ -24,9 +24,16 @@ ## Build Status [![Build Status](https://secure.travis-ci.org/ohler55/oj.png?branch=master)](http://travis-ci.org/ohler55/oj) +## Release 2.12.9 + + - Fixed failing test when using Rubinius. + + - Changed mimic_JSON to support the global/kernel function JSON even when the + json gem is loaded first. + ## Release 2.12.8 - mimic_JSON now supports the global/kernel JSON function that will either parse a string argument or dump an array or object argument.