1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

reword some things in the changelog

This commit is contained in:
mat 2025-05-06 15:52:16 -13:45
parent 8dff973d26
commit 2b7be768f2

View file

@ -4,10 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
Due to the complexity of Azalea and the fact that almost every Minecraft version
is breaking anyways, Semantic Versioning is not perfectly followed.
Not all changes will be documented here, but an effort is made to at least
write down most non-trivial breaking changes.
is breaking anyways, semantic versioning is not followed.
## [Unreleased]
@ -23,7 +20,7 @@ write down most non-trivial breaking changes.
### Changed
- [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] `Client::goto` is now async and completes when the client reaches its destination. `Client::start_goto` should be used if the old behavior is desired.
- [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`.
@ -37,5 +34,5 @@ write down most non-trivial breaking changes.
- Update the `InstanceName` component correctly when we receive a respawn or second login packet.
- Block shapes and some properties were using data from `1.20.3-pre4` due to using an old data generator (Pixlyzer), which has now been replaced with the data generator from [Pumpkin](https://github.com/Pumpkin-MC/Extractor).
- No more chunk errors when the client joins another world with the same name but different height.
- Mining now cancels correctly and doesn't flag Grim.
- Mining now aborts correctly and doesn't flag Grim.
- azalea-chat now handles legacy color codes correctly when parsing from NBT.