From 86ccfcc03c4346a44d7d64b4269cba5488634aaa Mon Sep 17 00:00:00 2001 From: "Fuji, Goro" Date: Thu, 28 Oct 2010 16:25:19 +0900 Subject: [PATCH] perl: changelogging --- perl/Changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/perl/Changes b/perl/Changes index 486f1c32..d219b4a1 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,3 +1,8 @@ +0.35 + + - address issue/20 (cho45): Data::MessagePack did not finish correctly + when was given devided packed data + 0.34 - do not use the corrupt my_snprintf(%ll[du]) on win32(kazuho)