aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2026-01-06 08:11:31 -0500
committermat <git@matdoes.dev>2026-01-06 08:11:31 -0500
commit502eb17ddc4eb0c7b9ea0620adeb48f2d3977207 (patch)
treeff16f121731b6ff7f61e79223d757eb7e559069a /CHANGELOG.md
parent4c61a41476e383d8fb765790bd3dd65e4019c0f4 (diff)
downloadazalea-drasl-502eb17ddc4eb0c7b9ea0620adeb48f2d3977207.tar.xz
deprecate InverseGoal
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
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