diff options
| -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 |
