mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-21 15:51:44 +02:00
ruby: 0.4.5
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
|
||||
2011-05-09 version 0.4.5:
|
||||
|
||||
* Improves compatibility with JRuby
|
||||
|
||||
2010-11-28 version 0.4.4:
|
||||
|
||||
* Adds Unpacker#feed_each method
|
||||
* Improves compatibility with Rubinius
|
||||
* Improves compatibility with ruby-1.8.5
|
||||
* Encodings of String instances to UTF-8 on Ruby 1.9
|
||||
|
||||
2010-06-29 version 0.4.3:
|
||||
|
||||
* Adds MessagePack::VERSION constant
|
||||
|
@@ -1,3 +1,3 @@
|
||||
module MessagePack
|
||||
VERSION = "0.4.4"
|
||||
VERSION = "0.4.5"
|
||||
end
|
||||
|
Reference in New Issue
Block a user