diff options
| author | tokuhirom <tokuhirom@gmail.com> | 2010-09-20 23:40:12 +0900 |
|---|---|---|
| committer | tokuhirom <tokuhirom@gmail.com> | 2010-09-20 23:40:12 +0900 |
| commit | 664eefdddb6633badeecbbd4dc654eb113b3814d (patch) | |
| tree | 38518a2962c5a9cc66d34b27e11a9d190db7b138 | |
| parent | 220d76c97499d918f1dcb45d34a495a635dc2f44 (diff) | |
| download | msgpack-python-664eefdddb6633badeecbbd4dc654eb113b3814d.tar.gz | |
Checking in changes prior to tagging of version 0.26.
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 3d455cb..b717a82 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.26
+
+ - fixed a serious code typo in PP(makamaka)
+
0.25
(NO FEATURE CHANGES)
| -rw-r--r-- | perl/Changes | 4 | ||||
| -rw-r--r-- | perl/lib/Data/MessagePack.pm | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/perl/Changes b/perl/Changes index 3d455cb..b717a82 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,3 +1,7 @@ +0.26 + + - fixed a serious code typo in PP(makamaka) + 0.25 (NO FEATURE CHANGES) diff --git a/perl/lib/Data/MessagePack.pm b/perl/lib/Data/MessagePack.pm index 2cbbe79..f6e68eb 100644 --- a/perl/lib/Data/MessagePack.pm +++ b/perl/lib/Data/MessagePack.pm @@ -3,7 +3,7 @@ use strict; use warnings; use 5.008001; -our $VERSION = '0.25'; +our $VERSION = '0.26'; our $PreferInteger = 0; sub true () { |
