We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
release-notes.txt
1 parent 568f754 commit b291d2aCopy full SHA for b291d2a
release-notes.txt
@@ -2,6 +2,8 @@
2
Release notes:
3
4
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.
7
- adds support for 'for .. in ..' with task sequences in F# tasks and async, #75, #93 and #99 (with help from @theangrybyrd).
8
- adds TaskSeq.singleton, #90 (by @gusty).
9
- fixes overload resolution bug with 'use' and 'use!', #97 (thanks @peterfaria).
0 commit comments