From 2fa800f1646067881b35caa7eee38a2cd19c96f2 Mon Sep 17 00:00:00 2001 From: Philipp Reiter Date: Sat, 28 Oct 2023 17:33:11 +0200 Subject: [PATCH] Add v0.4.2 to changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be09a2..89ef6b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Released -------- +0.4.2 - 28 October 2023 +=================== + +Added +------- +Feature flags (all enabled by default) +- parallel: Enables parallel iterators +- avx/sse/neon: Enables rustfft's feature flags + 0.4.1 - 23 June 2023 ===================