Checking in changes prior to tagging of version 0.29.

Changelog diff is:

diff --git a/perl/Changes b/perl/Changes
index b506234..333a824 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.29
+
+    - add $unpacker->utf8 mode, decoding strings as UTF-8.
+
 0.28

     - added more tests(gfx)
This commit is contained in:
tokuhirom 2010-10-06 12:29:31 +09:00
parent 4b93b06323
commit 4321b80999
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
0.29
- add $unpacker->utf8 mode, decoding strings as UTF-8.
0.28 0.28
- added more tests(gfx) - added more tests(gfx)

View File

@ -3,7 +3,7 @@ use strict;
use warnings; use warnings;
use 5.008001; use 5.008001;
our $VERSION = '0.28'; our $VERSION = '0.29';
our $PreferInteger = 0; our $PreferInteger = 0;
sub true () { sub true () {