mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 04:52:59 +01:00

diff --git a/perl/Changes b/perl/Changes index 33fb36c..15603ea 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,3 +1,7 @@ +0.05 + + - change type detection for old perl + 0.04 - check SvROK first(reported by yappo++)
26 lines
513 B
Plaintext
26 lines
513 B
Plaintext
0.05
|
|
|
|
- change type detection for old perl
|
|
|
|
0.04
|
|
|
|
- check SvROK first(reported by yappo++)
|
|
- PreferInteger: faster string to integer conversion; support negative value
|
|
(frsyuki++)
|
|
- make PreferInteger variable magical and remove get_sv from _msgpack_pack_sv
|
|
(frsyuki++)
|
|
|
|
0.03
|
|
|
|
- performance tuning for too long string
|
|
- fixed memory leaks in stream unpacker
|
|
|
|
0.02
|
|
|
|
- added $Data::MessagePack::PreferInteger
|
|
(requested by yappo++)
|
|
|
|
0.01
|
|
|
|
- initial release to CPAN
|