msgpack/ruby/ChangeLog

18 lines
405 B
Plaintext
Raw Normal View History

2010-06-29 15:39:47 +09:00
2011-05-09 22:35:35 +09:00
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 15:39:47 +09:00
2010-06-29 version 0.4.3:
* Adds MessagePack::VERSION constant
* Fixes SEGV problem caused by GC bug at MessagePack_Unpacker_mark