diff options
| author | mat <git@matdoes.dev> | 2026-01-12 00:35:00 -0900 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-01-12 00:35:00 -0900 |
| commit | 3f069846e7186a9607e622623f3a4d9c30aad891 (patch) | |
| tree | f563a1384706adcd79cc394f3591217964afea58 | |
| parent | 736edae2ad243f6eb3e7b01ca9b6266745cdeb24 (diff) | |
| download | azalea-drasl-3f069846e7186a9607e622623f3a4d9c30aad891.tar.xz | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
