diff options
| author | mat <git@matdoes.dev> | 2025-10-05 01:28:10 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-10-05 01:28:10 -0500 |
| commit | 4a9e6d2c4b5cedfbe1105f4f5d68933a0cbf8214 (patch) | |
| tree | 8d23e2744cc2762856ff3673698c8452b86e61d0 | |
| parent | b77d030f718d6a681a09e36d620f1c596cf58a4e (diff) | |
| download | azalea-drasl-4a9e6d2c4b5cedfbe1105f4f5d68933a0cbf8214.tar.xz | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c425e178..d2d68bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,13 +14,16 @@ is breaking anyways, semantic versioning is not followed. ### Changed -- Update to Minecraft 1.21.9. +- Update to Minecraft 1.21.9. (help from @eihqnh) - Update to Bevy 0.17. - `Client::query`, `map_component`, and `map_get_component` were replaced by `Client::query_self`. - Rename `SendPacketEvent` to `SendGamePacketEvent` and `PingEvent` to `GamePingEvent`. ### Fixed +- The wrong path was temporarily executed if we received a `GotoEvent` while the path that's being executed was more than 50 nodes long. +- Don't panic when receiving an unexpected `PathFoundEvent` (@Hiradpi) + ## [0.14.0+mc1.21.8] - 2025-09-28 ### Added |
