From 21c4eb6ae2d1b5dab2ed6199b87819010f8ecad5 Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Mon, 16 Dec 2024 08:24:13 +0100 Subject: [PATCH] doc: update changelog for 1.5.1 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dee405..5c457f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,16 @@ # Changelog -# 1.5.0 (2023-09-21) +## 1.5.1 (2024-12-16) +- dependency updates +- MSRV bump but only for the tests and examples, not library users + +## 1.5.0 (2023-09-21) - fixed the build by updating the dependencies - apart from that, no changes happened - **BREAKING** MSRV is now `1.63.0` - internal code improvements -# 1.4.0 (2023-03-04) +## 1.4.0 (2023-03-04) - dropped all optional FFT features (`microfft-complex`, `microfft-real`, `rustfft-complex`) and made `microfft::real` the default FFT implementation. This is breaking but only for a small percentage of users. There was no