mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-21 15:10:01 +01:00
22 lines
482 B
Plaintext
22 lines
482 B
Plaintext
|
|
2011-08-08 version 0.4.6:
|
|
|
|
* Fixed compile error problem on Mac OS X Lion
|
|
|
|
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
|
|
* Fixes SEGV problem caused by GC bug at MessagePack_Unpacker_mark
|
|
|