mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-21 07:45:02 +02:00

Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 82174fe..b506234 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -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)