aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-05-06 15:52:16 -1345
committermat <git@matdoes.dev>2025-05-06 15:52:16 -1345
commit2b7be768f29bd77661be31fe6e107c1be84853e7 (patch)
treef7217b7093cfba3b2f7d51c57bd261ba5d251e62
parent8dff973d2602d065193003815eed39f0c8964ef2 (diff)
downloadazalea-drasl-2b7be768f29bd77661be31fe6e107c1be84853e7.tar.xz
reword some things in the changelog
-rw-r--r--CHANGELOG.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc1ba076..8fc6363e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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.