From efde96952718c036e237146331596cec08f0c2e6 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 25 Mar 2026 05:46:48 +0000 Subject: [PATCH] upd CHANGELOG with note about {Client}.wait() --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af34c9..149def0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The following changes are proposals for v2. +### Added + +- wait() method on the Client class, it's a convenience method that exposes {socketio.Client}.sleep() and {socketio.Client}.wait(). + ### Fixed - The returned dataclasses now work properly with dataclass methods such as `asdict`. See the events example. @@ -22,7 +26,7 @@ The following changes are proposals for v2. ### Changed -- loguru is now used for logging. See the events example for a demonstration. +- loguru is now used for logging. See the examples for a demonstration. ## [1.1.2] - 2024-11-06