History.txt in ruby_protobuf-0.4.8 vs History.txt in ruby_protobuf-0.4.9

- old
+ new

@@ -1,6 +1,15 @@ -=== 0.4.7 / 2010-09-28 +=== 0.4.9 / 2011-01-17 +* 0.4.9 + * Bug fixes. + * EnumValue object in Message#to_hash. + * Optimized for speed. +* 0.4.8 + * Bug fixes. + * Compilation was failed when rpc service name was on top-level. + * Options for rpc service methods are silently ignored. + * Frozen message object causes an exception on inspect method. * 0.4.7 * Bug fixes. * Compilation error for importing message. * Fixes for Ruby 1.9.2 * Compilation problem of string literals.