From e3c299c13a57cab9e2fa27e1be0e9c9d43bf91a3 Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Sat, 3 Feb 2024 21:10:27 +0000 Subject: [PATCH] Add a changelog entry for pause and resume --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7971029..a09c5466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - You can now use include_aseprite and include_background_gfx to include files from the out directory using the `$OUT_DIR` token. +- Added `.pause()` and `.resume()` methods to `SoundChannels` to let you pause and resume from where you left off. ## [0.18.0] - 2023/10/31