Skip to content

Commit 79b57bb

Browse files
committed
Update changelog
1 parent 5f855b2 commit 79b57bb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ Generates optimized IL code through the new resumable state machines, and comes
2424
<PackageReleaseNotes>
2525
Release notes:
2626
0.3.0 (unreleased)
27-
- adds support for 'for .. in ..' with task sequences in F# tasks and async, #75, #93 and #99 (with help from @theangrybyrd)
28-
- adds TaskSeq.singleton, #90 (by @gusty)
29-
- improves TaskSeq.empty by not relying on resumable state, #89 (by @gusty)
30-
- does not throw exceptions anymore for unequal lengths in TaskSeq.zip, fixes #32
27+
- adds support for 'for .. in ..' with task sequences in F# tasks and async, #75, #93 and #99 (with help from @theangrybyrd).
28+
- adds TaskSeq.singleton, #90 (by @gusty).
29+
- fixes overload resolution bug with 'use' and 'use!', #97 (thanks @peterfaria).
30+
- improves TaskSeq.empty by not relying on resumable state, #89 (by @gusty).
31+
- does not throw exceptions anymore for unequal lengths in TaskSeq.zip, fixes #32.
3132
0.2.2
3233
- removes TaskSeq.toSeqCachedAsync, which was incorrectly named. Use toSeq or toListAsync instead.
3334
- renames TaskSeq.toSeqCached to TaskSeq.toSeq, which was its actual operational behavior.

0 commit comments

Comments
 (0)