Skip to content

Commit

Permalink
ready for release 2.0.9 with CentOS/Ruby 2.0.0 infinity fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ohler55 committed Mar 5, 2013
1 parent 06ea074 commit 73de8f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ A fast JSON parser and Object marshaller as a Ruby gem.

## <a name="release">Release Notes</a>

### Release 2.0.9

- Fixed problem with INFINITY with CentOS and Ruby 2.0.0. There are some header file conflicts so a different INFINITY was used.

### Release 2.0.8

- Added :bigdecimal_load option that forces all decimals in a JSON string to be read as BigDecimals instead of as
Expand All @@ -43,11 +47,6 @@ A fast JSON parser and Object marshaller as a Ruby gem.

- All tests pass with Ruby 2.0.0-p0. Had to modify Exception encoding slightly.

### Release 2.0.7

- Fixed bug where undefined classes specified in a JSON document would freeze Ruby instead of raising an exception when
the auto_define option was not set. (It seems that Ruby freezes on trying to add variables to nil.)

## <a name="description">Description</a>

Optimized JSON (Oj), as the name implies was written to provide speed
Expand Down
2 changes: 1 addition & 1 deletion lib/oj/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

module Oj
# Current version of the module.
VERSION = '2.0.9a1'
VERSION = '2.0.9'
end

0 comments on commit 73de8f4

Please sign in to comment.