aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2026-03-05 08:36:58 -0100
committermat <git@matdoes.dev>2026-03-05 08:36:58 -0100
commitf80cbcb2b8f6ff4c2978e93e6c648c9815475988 (patch)
tree2c6c5d932a74cbc8e1bd9b018beb25984e07913e
parentd2b5a3614f4aa3542e3feb3d05fe7a4f3aec96da (diff)
downloadazalea-drasl-f80cbcb2b8f6ff4c2978e93e6c648c9815475988.tar.xz
update changelog
-rw-r--r--CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ab10f7f..1edbc492 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@ is breaking anyways, semantic versioning is not followed.
- Re-implement `Client::map_component` and `map_get_component`.
- Add `Client::exit` and `Swarm::exit` to make it easier to return from `ClientBuilder::start` or `SwarmBuilder::start`.
- Add `Event::ConnectionFailed` for when the client failed to create its initial connection to the server.
+- Setting blocks now updates `Section::block_count`.
### Changed
@@ -31,7 +32,7 @@ is breaking anyways, semantic versioning is not followed.
- Deprecate pathfinder `InverseGoal`.
- Add a `bevy_ecs` feature to `azalea-protocol` and related crates to allow disabling the Bevy dependencies.
- Replace `azalea-buf`'s `AzaleaRead` and `AzaleaWrite` traits with a single `AzBuf` trait.
-- Lots of optimizations for the pathfinder.
+- Lots of optimizations, especially for the pathfinder.
### Fixed
@@ -39,7 +40,9 @@ is breaking anyways, semantic versioning is not followed.
- Fixed several panics, OOMs, and memory leaks in `azalea-protocol`.
- Click events in chat messages were missing.
- `ClientboundSetEquipment` failed to deserialize if a packet used animal armor slots.
-- Incorrect protocol implementations for `ClientboundPlayerInfoUpdate` and recipe data.
+- Incorrect protocol implementations for `ClientboundPlayerInfoUpdate`, recipe data, and when writing chunks.
+- Block break speeds are now influenced by the `Tool` data component.
+- Fall back to Google DNS when the system resolver is unavailable. (@thesalam4ik)
## [0.15.1+mc1.21.11] - 2026-02-03