From bdffac8b890bc75d89d65350cad90dfa04fe742e Mon Sep 17 00:00:00 2001 From: Sean Sullivan Date: Thu, 22 Aug 2024 19:04:55 -0400 Subject: [PATCH] draft release notes for this change --- RELEASES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index c59c0fc..935e690 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,10 @@ # Release Notes +## Version 0.6 (Draft) + +- migrated to Bevy 0.14 +- replaced `FrameCount` with its Bevy counterpart and updated system scheduling constraints to match the new `FrameCount`'s behavior, which updates in `Last` rather than `First` + ## Version 0.5 - migrated to Bevy 0.13