mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-11-09 23:57:48 +01:00
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 9b061cf..68b58ba 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,8 @@
+0.16_02
+
+ - document enhancement(tokuhirom)
+ - M::I::XSUtil 0.26 is broken. use 0.27.
+
0.16_01
- added PP version (used in cases PERL_DATA_MESSAGEPACK=pp or fail to load XS).