mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-29 23:42:40 +02:00
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)
This commit is contained in:
parent
220d76c974
commit
664eefdddb
@ -1,3 +1,7 @@
|
|||||||
|
0.26
|
||||||
|
|
||||||
|
- fixed a serious code typo in PP(makamaka)
|
||||||
|
|
||||||
0.25
|
0.25
|
||||||
|
|
||||||
(NO FEATURE CHANGES)
|
(NO FEATURE CHANGES)
|
||||||
|
@ -3,7 +3,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use 5.008001;
|
use 5.008001;
|
||||||
|
|
||||||
our $VERSION = '0.25';
|
our $VERSION = '0.26';
|
||||||
our $PreferInteger = 0;
|
our $PreferInteger = 0;
|
||||||
|
|
||||||
sub true () {
|
sub true () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user