From 0e3fe2c49a36f91fd9a931821467af104dc86481 Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Sun, 18 Jun 2023 16:43:00 +0100 Subject: [PATCH] add a changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5850034..daa6a377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed the default template game. - `DynamicSprite` has a new API which changes the constructor and adds a `set_pixel` method. - You no longer need to install arm-none-eabi-binutils. In order to write games using `agb`, you now only need to install rust nightly. +- 10% performance improvement with the software mixer. ## [0.15.0] - 2023/04/25