mirror of
https://github.com/onyx-and-iris/streamlabs-socketio-py
synced 2026-04-01 11:19:10 +00:00
upd CHANGELOG with note about {Client}.wait()
This commit is contained in:
parent
336a52d172
commit
efde969527
@ -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.
|
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
|
### Fixed
|
||||||
|
|
||||||
- The returned dataclasses now work properly with dataclass methods such as `asdict`. See the events example.
|
- 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
|
### 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
|
## [1.1.2] - 2024-11-06
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user