aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-05-31 10:47:23 +1100
committermat <git@matdoes.dev>2025-05-31 10:47:23 +1100
commitcfdd8e690f230bc84fc126d5a8bfa13df0f6d781 (patch)
treef946e63587e3354505c9f7e0e99a384c63baefbb
parenta5e7ff771d657258cedcc7a8b3ce265c655f0860 (diff)
downloadazalea-drasl-cfdd8e690f230bc84fc126d5a8bfa13df0f6d781.tar.xz
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f61d882..29b060cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,7 +19,9 @@ is breaking anyways, semantic versioning is not followed.
- Add auto-reconnecting which is enabled by default.
- `client.start_use_item()`.
- The pathfinder no longer avoids slabs, stairs, and dirt path blocks.
+- The pathfinder now immediately recalculates if blocks are placed in its path.
- The reach distance for the pathfinder `ReachBlockPosGoal` is now configurable. (@x-osc)
+- azalea-brigadier now supports suggestions, command contexts, result consumers, and returning errors with `ArgumentBuilder::executes_result`.
### Changed