Skip to content

Commit b291d2a

Browse files
committed
Update release-notes.txt for #109, #110 and #43
1 parent 568f754 commit b291d2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release-notes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Release notes:
33

44
0.3.0 (unreleased)
5+
- adds support for static TaskLike, allowing the same let! and do! overloads that F# task supports, fixes #110.
6+
- implements 'do!' for non-generic Task like with Task.Delay, fixes #43.
57
- adds support for 'for .. in ..' with task sequences in F# tasks and async, #75, #93 and #99 (with help from @theangrybyrd).
68
- adds TaskSeq.singleton, #90 (by @gusty).
79
- fixes overload resolution bug with 'use' and 'use!', #97 (thanks @peterfaria).

0 commit comments

Comments
 (0)