From 33b74355d615b1e345d8360da6e1d7bc9da9d53e Mon Sep 17 00:00:00 2001 From: Mark Kremer Date: Sat, 14 Oct 2023 13:17:48 +0200 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d7c5cb..c102cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Upgrade Go version to 1.21 ([#2](https://github.com/gopxl/beep/pull/2)) - Upgrade Oto version to 3.1 ([#3](https://github.com/gopxl/beep/pull/3)) +- Panic when `Resampler` is given a ratio of `Inf` or `NaN`. ([#120](https://github.com/gopxl/beep/pull/120)) ## [v1.0.0] 2023-10-07 - Forked [faiface/beep](https://github.com/faiface/beep) to [gopxl/beep](https://github.com/gopxl/beep).