diff options
| author | mat <git@matdoes.dev> | 2025-10-12 16:14:00 -1000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-10-12 16:14:00 -1000 |
| commit | ee5d3b298aa5325b619d07e6eadece1099072d8e (patch) | |
| tree | ad7683fe0d0ac6af0e022f08f5c96629626c856d /CHANGELOG.md | |
| parent | 7a24de8cbdebae720767b552aac9f0ba75e8c219 (diff) | |
| download | azalea-drasl-ee5d3b298aa5325b619d07e6eadece1099072d8e.tar.xz | |
add optional timeout for opening containers
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
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 |
