diff options
| author | mat <git@matdoes.dev> | 2025-05-03 06:52:50 +1100 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-05-03 06:52:50 +1100 |
| commit | 52e34de95cd64a1c8ae1177cd7bc1d67fbab3c71 (patch) | |
| tree | 2a36f3d32b61d5d189f34623ddbcfc13f6d9057d | |
| parent | 50c8e6bc5b97bdf9af6641b1748dfc0975ebb008 (diff) | |
| download | azalea-drasl-52e34de95cd64a1c8ae1177cd7bc1d67fbab3c71.tar.xz | |
typo
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 45da109a..f71d6b49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,8 +20,8 @@ write down most non-trivial breaking changes. ### Changed -- [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. +- [BREAKING] `Client::goto` is now async and completes when the client reaches its destination. `Client::start_goto` should be used if the old behavior is undesired. +- [BREAKING] The `BlockState::id` field is now private, use `.id()` instead. - [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. |
