Checking in changes prior to tagging of version 0.23.

Changelog diff is:

diff --git a/perl/Changes b/perl/Changes
index dd47b98..4120376 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,10 +1,15 @@
+0.23
+
+    (NO FEATURE CHANGES)
+    - fixed english docs(hanekomu++)
+
 0.22

     - fixed issue on ithreads(broken from 0.21)

 0.21

-    - doc enhancment
+    - doc enhancments
     - micro performance tuning.

 0.20
This commit is contained in:
tokuhirom
2010-09-12 05:38:15 +09:00
parent 65befb84a0
commit 1242ffa4c6
4 changed files with 32 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ Data::MessagePack::Unpacker - messagepack streaming deserializer
=head1 DESCRIPTION
This is an streaming deserializer for messagepack.
This is a streaming deserializer for messagepack.
=head1 METHODS
@@ -22,7 +22,7 @@ This is an streaming deserializer for messagepack.
=item my $up = Data::MessagePack::Unpacker->new()
create new instance of stream deserializer.
creates a new instance of stream deserializer.
=item my $ret = $up->execute($data, $offset);
@@ -39,11 +39,11 @@ is this deserializer finished?
=item my $data = $up->data();
returns deserialized object.
returns the deserialized object.
=item $up->reset();
reset the stream deserializer, without memory zone.
resets the stream deserializer, without memory zone.
=back