From 50c8e6bc5b97bdf9af6641b1748dfc0975ebb008 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 2 May 2025 07:52:06 -1200 Subject: [PATCH] the bevy update is a breaking change --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9effb631..45da109a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ write down most non-trivial breaking changes. - [BREAKING] `Client::goto` is now async and resolves when the client reaches its destination. `Client::start_goto` should be used if the old behavior is undesired. - [BREAKING] The `BlockState::id` is now private, use `.id()` instead. -- Update to [Bevy 0.16](https://bevyengine.org/news/bevy-0-16/). +- [BREAKING] Update to [Bevy 0.16](https://bevyengine.org/news/bevy-0-16/). - [BREAKING] Rename `InstanceContainer::insert` to `get_or_insert`. - ClientBuilder and SwarmBuilder are now Send.