From 7ab238121633e921f4c810a8dc827818a8f5f6ce Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Fri, 4 Jun 2021 13:49:34 +0100 Subject: [PATCH] Update CHANGELOG for next release --- CHANGELOG | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 601f945..cccbb6d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,18 @@ +Changes in Rubber Band v1.9.2 + + * Introduce a built-in FFT option to be a good default when no + requirements point to a particular external library preference + * Fix potential crash following some reconfigure options. Thanks + to Michael Tyson for reporting this + * Ensure Accelerate is listed in generated pkg-config if required + * Check for existence of sincos in configuration + * Fix host identification when cross-compiling + +The API is unchanged and the library is binary compatible with +version 1.7. + + Changes in Rubber Band v1.9.1 * Switch build system from Makefiles and Visual Studio project to