Skip to content

Commit

Permalink
v0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
frsyuki committed Dec 14, 2013
1 parent e35a17e commit c01671a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,4 +1,10 @@

2013-12-14 version 0.5.8:

* Fixed compatibility with Ruby 2.1.0
* Added :symbolize_keys option to MessagePack.load and Unpacker#initialize


2013-10-12 version 0.5.7:

* Added deserialization support for the new MessagePack spec
Expand Down
2 changes: 1 addition & 1 deletion lib/msgpack/version.rb
@@ -1,3 +1,3 @@
module MessagePack
VERSION = "0.5.7"
VERSION = "0.5.8"
end

0 comments on commit c01671a

Please sign in to comment.