mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
Checking in changes prior to tagging of version 0.20.
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 7910882..dc3dd5c 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.20
+
+ - first production ready release with PP driver.
+
0.16_04
- no feature changes
This commit is contained in:
parent
a998706452
commit
9f684e7670
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
0.20
|
||||
|
||||
- first production ready release with PP driver.
|
||||
|
||||
0.16_04
|
||||
|
||||
- no feature changes
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ use strict;
|
|||
use warnings;
|
||||
use 5.008001;
|
||||
|
||||
our $VERSION = '0.16_04';
|
||||
our $VERSION = '0.20';
|
||||
our $PreferInteger = 0;
|
||||
|
||||
our $true = do { bless \(my $dummy = 1), "Data::MessagePack::Boolean" };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue