From cfdd8e690f230bc84fc126d5a8bfa13df0f6d781 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 31 May 2025 10:47:23 +1100 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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