From b39ba8d518a4d98c853a7e8a257dc4a8445cc78e Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Mon, 27 Mar 2023 08:34:54 +0100 Subject: [PATCH] Update CHANGELOG for 3.1.3 --- CHANGELOG | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 44d6821..ba8a25e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,19 @@ +Changes in Rubber Band v3.1.3 + +This is a pure bug-fix release. + + * Fix failure to generate output when called with final=true and no + samples at input (a regression in v3.1, this worked correctly in + v3.0 and in the R2 engine) + * Fix occasional truncation of final block when using Speex resampler + * Fix hang in the command-line utility code at end of processing with + certain file formats + +The API is unchanged from 3.0 and the library is binary compatible +back to version 1.7. + + Changes in Rubber Band v3.1.2 This minor release contains a small number of build fixes.