aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-05-02 07:52:06 -1200
committermat <git@matdoes.dev>2025-05-02 07:52:06 -1200
commit50c8e6bc5b97bdf9af6641b1748dfc0975ebb008 (patch)
treeb7743e2268d1c7dd3cf2b984d71cd128b4133b20
parent56669185192589009abea011b0919289e0fcf0d6 (diff)
downloadazalea-drasl-50c8e6bc5b97bdf9af6641b1748dfc0975ebb008.tar.xz
the bevy update is a breaking change
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
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.