aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-10-12 16:14:00 -1000
committermat <git@matdoes.dev>2025-10-12 16:14:00 -1000
commitee5d3b298aa5325b619d07e6eadece1099072d8e (patch)
treead7683fe0d0ac6af0e022f08f5c96629626c856d /CHANGELOG.md
parent7a24de8cbdebae720767b552aac9f0ba75e8c219 (diff)
downloadazalea-drasl-ee5d3b298aa5325b619d07e6eadece1099072d8e.tar.xz
add optional timeout for opening containers
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 649a23f1..c3d9c00c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,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 `timeout_ticks` field to `Client::open_container_at`.
### Fixed