From 040d3d560430db452d2f0a59226ba174c139a0d0 Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Wed, 28 Aug 2024 15:49:38 +0100 Subject: [PATCH] Changelog entry about stopping the tracker --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d032a2f9..7a6699e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added support for vibrato in `agb-tracker`'s XM format +- Method to stop the tracker ### Changed @@ -17,9 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 unless you've been using `default-features = false` in which case we recommend removing that from your `Cargo.toml`. ### Fixed + - There are no longer gaps between tiles in affine graphics modes. ### Added + - Added option to export imported background graphics from `include_background_gfx` as pub. ## [0.20.5] - 2024/06/18