Skip to content

Commit 36b007a

Browse files
committed
Fix release notes for take, drop, truncate, skip
1 parent 6d93143 commit 36b007a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

release-notes.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11

22
Release notes:
33
0.4.x (unreleased)
4-
- overhaul all doc comments, add exceptions, improve editor experience, #136
4+
- overhaul all doc comments, add exceptions, improve IDE quick-info experience, #136
5+
- new surface area functions, fixes #208:
6+
* TaskSeq.take, TaskSeq.skip, #209
7+
* TaskSeq.truncate, TaskSeq.drop, #209
8+
59
- Performance: less thread hops with 'StartImmediateAsTask' instead of 'StartAsTask', fixes #135
610
- BINARY INCOMPATIBILITY: 'TaskSeq' module is now static members on 'TaskSeq<_>', fixes #184
7-
- DEPRECATIONS (these raise warning FS0044):
11+
- DEPRECATIONS (warning FS0044):
812
- type 'taskSeq<_>' is renamed to 'TaskSeq<_>', fixes #193
913
- function 'ValueTask.ofIValueTaskSource` renamed to `ValueTask.ofSource`, fixes #193
1014
- function `ValueTask.FromResult` is renamed to `ValueTask.fromResult`, fixes #193

0 commit comments

Comments
 (0)