Skip to content

Commit 7c22e3c

Browse files
Taras Mankovskicowboyd
authored andcommitted
πŸ“ fix changelog PR references
1 parent 14b9852 commit 7c22e3c

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

β€ŽChangelog.mdβ€Ž

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22

33
## 4.0.3
44

5-
- ✨ Explicit Resource Management for Task and Scope (#1073)
6-
- πŸ› propagate unwind out of scoped()'s async teardown (#1186)
7-
- ✨ add allSettled() operation congruent with Promise.allSettled() (#1158)
8-
- ✨ expose Result<T> as public API (#1149)
9-
- πŸ› Catch errors in effect.enter() (#1179)
10-
- ♻️ Unify task / coroutine lifecycles (#1168)
5+
- ✨ Explicit Resource Management for Task and Scope #1073
6+
- πŸ› propagate unwind out of scoped()'s async teardown #1186
7+
- ✨ add allSettled() operation congruent with Promise.allSettled() #1158
8+
- ✨ expose Result<T> as public API #1149
9+
- πŸ› Catch errors in effect.enter() #1179
10+
- ♻️ Unify task / coroutine lifecycles #1168
1111

1212
## 4.0.2
1313

14-
- ♻️ simplify spawn() by delegating to scope.run (#1078)
15-
- πŸ› fix regression in resource destruction order (#1091)
14+
- ♻️ simplify spawn() by delegating to scope.run #1078
15+
- πŸ› fix regression in resource destruction order #1091
1616

1717
## 4.0.1
1818

19-
- πŸ› fix: move all task finalization into the scope destructor (#1085)
20-
- πŸ› fix: destroy task scope when halting to prevent memory leak (#1081)
19+
- πŸ› fix: move all task finalization into the scope destructor #1085
20+
- πŸ› fix: destroy task scope when halting to prevent memory leak #1081
2121

2222
## 4.0.0
2323

0 commit comments

Comments
Β (0)