aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-12-09 04:21:15 +0300
committermat <git@matdoes.dev>2025-12-09 04:21:15 +0300
commit4fde1ecd61c0f67057df0c55a45ba398da580ae1 (patch)
tree1e43cea47dc1296c669b5172733247abed7a65a0 /CHANGELOG.md
parent848f20f98e14662494d96a95649b3c9a55e07c49 (diff)
downloadazalea-drasl-4fde1ecd61c0f67057df0c55a45ba398da580ae1.tar.xz
split open_container_at to open_container_at_with_timeout_ticks to have a cleaner api interface
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a17fda99..cfc4f3a4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,7 +22,7 @@ is breaking anyways, semantic versioning is not followed.
- `Client::query`, `map_component`, and `map_get_component` were replaced by `Client::query_self`.
- Rename `SendPacketEvent` to `SendGamePacketEvent` and `PingEvent` to `GamePingEvent`.
- Swap the order of the type parameters in entity filtering functions so query is first, then filter.
-- Add optional `timeout_ticks` field to `Client::open_container_at`.
+- Add `Client::open_container_at_with_timeout_ticks`, and `Client::open_container_at` now times out after 5 seconds.
- Rename `ResourceLocation` to `Identifier` to match Minecraft's new internal naming.
- Rename `azalea_protocol::resolver` to `resolve` and `ResolverError` to `ResolveError`.