Oj v3.7.7 Release Notes

Release Date: 2019-01-14 // over 5 years ago
    • Exception with other than a single argument initializer can now be decoded.

    • StreamWriter bug fixed that forces UTF-8 when appending to a stream. Ruby likes to convert to ASCII-8BIT but forcing the append to be UTF-8 avoids that issue.