Skip to content

Commit

Permalink
Update relase-notes.txt for StartImmediateAsTask performance impr…
Browse files Browse the repository at this point in the history
…ovement
  • Loading branch information
abelbraaksma committed Nov 4, 2023
1 parent c175ef1 commit 57b742d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@

Release notes:
0.4.x (unreleased)
- overhaul all doc comments, add exceptions info, improve tooltips experience, #136
- DEPRECATED: type 'TaskSeq<'T>' now replaces 'taskSeq<'T>', the latter deprecated FS0044, #187
- BINARY INCOMPATIBLE: TaskSeq module members are now static members, source code compatible, #186
- overhaul all doc comments, add exceptions, improve editor experience, #136
- DEPRECATED: 'taskSeq<_>' renamed to 'TaskSeq<_>', 'taskSeq' warns with FS0044, #187
- BINARY INCOMPATIBILITY: 'TaskSeq' module is now static members on 'TaskSeq<_>', fixes #184
- Performance: less thread hops with 'StartImmediateAsTask' instead of 'StartAsTask', fixes #135

0.4.0-alpha.1
- fixes not calling Dispose for 'use!', 'use', or `finally` blocks #157 (by @bartelink)
Expand Down

0 comments on commit 57b742d

Please sign in to comment.