From 5448bc67f1d3dabfb10fc7759243dc0d3b1a2d15 Mon Sep 17 00:00:00 2001 From: iver56 Date: Mon, 9 Sep 2024 10:51:12 +0200 Subject: [PATCH] Update changelog --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 7535a8a5..b1c78883 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -* Leverage the SIMD-accelerated [numpy-rms](https://github.com/nomonosound/numpy-rms) package for significant speed improvements. These transforms are faster now: `AddBackgroundNoise`, `AddColorNoise`, `AddGaussianSNR`, `AddShortNoises` and `TanhDistortion`. Unfortunately, this change removes support for Windows running on ARM. +* Leverage the SIMD-accelerated [numpy-rms](https://github.com/nomonosound/numpy-rms) package for significant speed improvements. These transforms are faster now: `AddBackgroundNoise`, `AddColorNoise`, `AddGaussianSNR`, `AddShortNoises`, `Mp3Compression` and `TanhDistortion`. Unfortunately, this change removes support for Windows running on ARM. ## [0.36.0] - 2024-06-10