Skip to content

Commit 6cee5f4

Browse files
committed
Update relase-notes.txt for StartImmediateAsTask performance improvement
1 parent a3cec05 commit 6cee5f4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

release-notes.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11

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

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

0 commit comments

Comments
 (0)