Skip to content

Commit 3318a3e

Browse files
committed
Update release notes.
1 parent fd5ef0e commit 3318a3e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

releases.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
## Unreleased
44

55
- Rename `Task#stop` to `Task#cancel` for better clarity and consistency with common concurrency terminology. The old `stop` method is still available as an alias for backward compatibility, but it is recommended to use `cancel` going forward.
6+
- Forward arguments from `Task#wait` -> `Promise#wait`, so `task.wait(timeout: N)` is supported.
67

78
## v2.37.0
89

910
- Introduce `Async::Loop` for robust, time-aligned loops.
11+
- Add support for `Async::Promise#wait(timeout: N)`.
1012

1113
## v2.36.0
1214

0 commit comments

Comments
 (0)