From 6529d37e95189337cd3d9fa0ad6712ddaf254483 Mon Sep 17 00:00:00 2001 From: Christian Liebhardt Date: Mon, 11 Jan 2021 08:56:46 +0100 Subject: [PATCH] Updated Changelog for https://github.com/liebharc/basic_dsp/issues/47 --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index a1780767a..37320d6cd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ - Updated `rustfft` dependency - Memory usage: With `rustfft` version 5 FFTs might require more memory. `FixedLenBuffer`s will need to be resized. The default `SingleBuffer` will adjust itself dynamically. Refer to https://github.com/ejmahler/RustFFT/issues/45 for a more detailed disucssion. - Buffers now resize correctly if the underlying data type allows for it +- Fixed "panic safety issue in `impl TransformContent for [S; (2|3|4)]`" (https://github.com/liebharc/basic_dsp/issues/47). Thanks to Youngsuk Kim. ## Version 0.9.1