Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.08. Changelog diff is:
Browse files Browse the repository at this point in the history
diff --git a/Changes b/Changes
index 5923aa4..cbca15b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Data::AMF

+0.08 2010-08-04T09:15:06+09:00
+     - fixed bug that Data::AMF::Message didn't compiled at all (by Artem S Vybornov)
+     - on AMF3, some fractional numbers was serialized as integers (by Artem S Vybornov)
+
 0.07 2010-07-29T17:35:59+09:00
      - added missing undefined check on io read functions
  • Loading branch information
typester committed Aug 4, 2010
1 parent 550ff8c commit e0b4531
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Data::AMF

0.08 2010-08-04T09:15:06+09:00
- fixed bug that Data::AMF::Message didn't compiled at all (by Artem S Vybornov)
- on AMF3, some fractional numbers was serialized as integers (by Artem S Vybornov)

0.07 2010-07-29T17:35:59+09:00
- added missing undefined check on io read functions

Expand Down
2 changes: 1 addition & 1 deletion lib/Data/AMF.pm
Expand Up @@ -2,7 +2,7 @@ package Data::AMF;
use 5.008001;
use Any::Moose;

our $VERSION = '0.07';
our $VERSION = '0.08';

use Data::AMF::Parser;
use Data::AMF::Formatter;
Expand Down

0 comments on commit e0b4531

Please sign in to comment.