mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00: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
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
0.29
|
||||
|
||||
- add $unpacker->utf8 mode, decoding strings as UTF-8.
|
||||
|
||||
0.28
|
||||
|
||||
- added more tests(gfx)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ use strict;
|
|||
use warnings;
|
||||
use 5.008001;
|
||||
|
||||
our $VERSION = '0.28';
|
||||
our $VERSION = '0.29';
|
||||
our $PreferInteger = 0;
|
||||
|
||||
sub true () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue