mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
typo
This commit is contained in:
parent
50c8e6bc5b
commit
52e34de95c
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue