mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
Merge branch 'master' of git@github.com:msgpack/msgpack
This commit is contained in:
commit
732c8d7350
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
0.28
|
||||
|
||||
- added more tests(gfx)
|
||||
- refactor the PP code(gfx)
|
||||
|
||||
0.27
|
||||
|
||||
- * 6d9a629 perl: modified trivial codes in PP::Unpacker(makamaka)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ use strict;
|
|||
use warnings;
|
||||
use 5.008001;
|
||||
|
||||
our $VERSION = '0.27';
|
||||
our $VERSION = '0.28';
|
||||
our $PreferInteger = 0;
|
||||
|
||||
sub true () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue