diff options
| author | mat <git@matdoes.dev> | 2025-05-02 07:52:06 -1200 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-05-02 07:52:06 -1200 |
| commit | 50c8e6bc5b97bdf9af6641b1748dfc0975ebb008 (patch) | |
| tree | b7743e2268d1c7dd3cf2b984d71cd128b4133b20 | |
| parent | 56669185192589009abea011b0919289e0fcf0d6 (diff) | |
| download | azalea-drasl-50c8e6bc5b97bdf9af6641b1748dfc0975ebb008.tar.xz | |
the bevy update is a breaking change
| -rw-r--r-- | CHANGELOG.md | 2 |
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. |
