From 3e0b0a3e7f206e88af39715e78463c103259159e Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 3 Apr 2023 14:49:12 -0500 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdaa137..9512a35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## Version 0.3.0 - 2023-04-03 + +### Features + +- [**breaking**] Renamed `SynthizerSystems` to `SynthizerSets`. + +### Miscellaneous Tasks + +- Restructure system schedule to more idiomatic Bevy 0.10 style. + ## Version 0.2.0 - 2023-03-06 ### Features