From a604f269bce9473f4f8836f2d86f9d5ff5dc711a Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Wed, 10 Jul 2024 23:19:33 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ec1ca1..f10db823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Added support for vibrato in `agb-tracker`'s XM format + +### Changed + +- `agb-tracker` now has an `agb` feature which you must enable to use it with `agb`. You won't notice + 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.