mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-01 01:16:52 +02:00
Checking in changes prior to tagging of version 0.29.
Changelog diff is: diff --git a/perl/Changes b/perl/Changes index b506234..333a824 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,3 +1,7 @@ +0.29 + + - add $unpacker->utf8 mode, decoding strings as UTF-8. + 0.28 - added more tests(gfx)
This commit is contained in:
parent
4b93b06323
commit
4321b80999
@ -1,3 +1,7 @@
|
|||||||
|
0.29
|
||||||
|
|
||||||
|
- add $unpacker->utf8 mode, decoding strings as UTF-8.
|
||||||
|
|
||||||
0.28
|
0.28
|
||||||
|
|
||||||
- added more tests(gfx)
|
- added more tests(gfx)
|
||||||
|
@ -3,7 +3,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use 5.008001;
|
use 5.008001;
|
||||||
|
|
||||||
our $VERSION = '0.28';
|
our $VERSION = '0.29';
|
||||||
our $PreferInteger = 0;
|
our $PreferInteger = 0;
|
||||||
|
|
||||||
sub true () {
|
sub true () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user