diff options
| author | mat <git@matdoes.dev> | 2026-01-06 08:11:31 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-01-06 08:11:31 -0500 |
| commit | 502eb17ddc4eb0c7b9ea0620adeb48f2d3977207 (patch) | |
| tree | ff16f121731b6ff7f61e79223d757eb7e559069a /CHANGELOG.md | |
| parent | 4c61a41476e383d8fb765790bd3dd65e4019c0f4 (diff) | |
| download | azalea-drasl-502eb17ddc4eb0c7b9ea0620adeb48f2d3977207.tar.xz | |
deprecate InverseGoal
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 584035be..50895163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,12 +22,14 @@ is breaking anyways, semantic versioning is not followed. - `Client::ecs` is now an `RwLock` instead of a `Mutex`. - `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`. ### Fixed - Serializing `FormattedText` with serde was writing `extra` twice. - Attack cooldowns were being applied incorrectly for tools. - `Identifier` had an incorrect `Hash` and `PartialEq` implementation. +- The pathfinder now avoids magma blocks. ## [0.15.0+mc1.21.11] - 2025-12-18 |
