From 033a9b9f0b27e7c450f5e284bab45ef03fcd8d3e Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Mon, 11 May 2026 14:35:06 -0700 Subject: [PATCH] Backport 2.2.1 changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c523091e..c619b5af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [2.2.1] - 2026-05-11 + +### Fixed +* Removed `mkl` as runtime dependency to avoid possible `pip check` failures [gh-322](https://github.com/IntelPython/mkl_fft/pull/322) + ## [2.2.0] - 2026-04-16 ### Added