From 3f069846e7186a9607e622623f3a4d9c30aad891 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 12 Jan 2026 00:35:00 -0900 Subject: update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50895163..a0ac74dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ is breaking anyways, semantic versioning is not followed. - `Client::component` and `entity_component` now return a mapped RwLock guard instead of cloning the component. - Most functions on `Client` that previously returned `Entity` now return `EntityRef` instead. - Deprecate pathfinder `InverseGoal`. +- Add a `bevy_ecs` feature to `azalea-protocol` and related crates to allow disabling the Bevy dependencies. ### Fixed @@ -30,6 +31,8 @@ is breaking anyways, semantic versioning is not followed. - Attack cooldowns were being applied incorrectly for tools. - `Identifier` had an incorrect `Hash` and `PartialEq` implementation. - The pathfinder now avoids magma blocks. +- Explosion knockback was being applied incorrectly. +- Fixed several panics/OOMs in `azalea-protocol`. ## [0.15.0+mc1.21.11] - 2025-12-18 -- cgit v1.2.3