From 2b7be768f29bd77661be31fe6e107c1be84853e7 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 6 May 2025 15:52:16 -1345 Subject: reword some things in the changelog --- CHANGELOG.md | 9 +++------ 1 file 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. -- cgit v1.2.3