mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 21:18:23 +01:00
ruby: 0.4.5
This commit is contained in:
parent
bbaf8c2f67
commit
3731373de1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user