Bump version and update Changes 0.005
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 10 Dec 2016 17:41:27 +0000 (19:41 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 10 Dec 2016 17:41:27 +0000 (19:41 +0200)
Changes
lib/Audio/Opusfile.pm

diff --git a/Changes b/Changes
index bb65fffb00d6bcf873f1a00bdd4d62e48ded1248..f4f6baa96f6d9ebba0c48b59171c1aed69f98fc4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Audio::Opusfile.
 
+0.005 2016-12-10T19:41+02:00
+ - Export functions for decoding an Opus stream to PCM
+
 0.004 2016-09-25T00:28+03:00
  - Add Audio::Opusfile::Head module for extracting Opus header information
  - Export more functions for obtaining information about a stream
index 09fe9c7a7a49f4d89afbae6fda06debebc8daca9..a6bbc4751e47f78a72df63a33acf8d70c7751248 100644 (file)
@@ -46,7 +46,7 @@ my @constants =
 our @EXPORT_OK = @constants;
 our @EXPORT = @constants;
 
-our $VERSION = '0.004';
+our $VERSION = '0.005';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
This page took 0.012054 seconds and 4 git commands to generate.