mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-21 15:51:44 +02:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user