summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuji, Goro <gfuji@cpan.org>2010-10-28 16:25:19 +0900
committerFuji, Goro <gfuji@cpan.org>2010-10-28 16:25:19 +0900
commit86ccfcc03c4346a44d7d64b4269cba5488634aaa (patch)
treeb8e5c530de2b437d5a7d90c0cbd47b4ca5eb5385
parentbc8d8ab65a0f0cecfa5af03b4c3b39a13da22a7b (diff)
downloadmsgpack-python-86ccfcc03c4346a44d7d64b4269cba5488634aaa.tar.gz
perl: changelogging
-rw-r--r--perl/Changes5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/Changes b/perl/Changes
index 486f1c3..d219b4a 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)