diff --git a/Changes b/Changes index 5ccc857..9973f59 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +0.000079 2021-09-16 + * Teach XS to translate ArrayBuffer & TypedArray to Perl. + * Fix character-encoding oddities, add documentation. + 0.000078 2019-08-14 * Add possibility to retrieve Duktape version information. diff --git a/lib/JavaScript/Duktape/XS.pm b/lib/JavaScript/Duktape/XS.pm index fb4c6e0..b42d546 100644 --- a/lib/JavaScript/Duktape/XS.pm +++ b/lib/JavaScript/Duktape/XS.pm @@ -6,7 +6,7 @@ use parent 'Exporter'; use JSON::PP; # required to properly handle booleans use XSLoader; -our $VERSION = '0.000078'; +our $VERSION = '0.000079'; XSLoader::load( __PACKAGE__, $VERSION ); our @EXPORT_OK = qw[]; @@ -25,7 +25,7 @@ engine =head1 VERSION -Version 0.000078 +Version 0.000079 =head1 SYNOPSIS