From 9796174a5755532bf87f8e357e77d74eb8878abb Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Thu, 12 Jan 2023 21:55:25 +0000 Subject: [PATCH] Add changelog entry for fixes --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11497da3..6915d45c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Text renderer can now be re-used which is useful for rpg style character/word at a time text boxes. +### Fixed +- Zero volume now plays no sound. +- Fixed issue where volume was incorrect for volumes which were powers of 2. + ## [0.12.2] - 2022/10/22 This is a minor release to fix an alignment issue with background tiles.