From d7e9b1b70c5b360e6aa2944017687bfbe7c5261f Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 9 Feb 2024 13:41:51 -0600 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d490647..5ab220a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. +## Version 0.5.0 - 2024-02-09 + +### Bug Fixes + +- Clean up `LastAudio` when `Sound` is removed, not `Source`. + +### Features + +- [**breaking**] Renamed `SynthizerSets::First` to `SynthizerSets::PreUpdate` and moved remaining systems into `PostUpdate`. +- [**breaking**] Removed `Sound.restart`. Clear `Sound.generator` for equivalent functionality. + +### Miscellaneous Tasks + +- Clean up code. +- Bump dependencies. + ## Version 0.4.0 - 2023-07-16 ### Miscellaneous Tasks