Skip to content

Commit

Permalink
Updated Changelog for #47
Browse files Browse the repository at this point in the history
  • Loading branch information
liebharc committed Jan 11, 2021
1 parent bacf18e commit 6529d37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<S, D> for [S; (2|3|4)]`" (https://github.com/liebharc/basic_dsp/issues/47). Thanks to Youngsuk Kim.

## Version 0.9.1

Expand Down

0 comments on commit 6529d37

Please sign in to comment.