Skip to content

Commit 485f283

Browse files
committed
Update release notes for release of 0.4.0-alpha.1
1 parent 6a8db8e commit 485f283

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

release-notes.txt

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11

22
Release notes:
33
0.4.x (unreleased)
4-
- BREAKING CHANGE: most null arguments now raise ArgumentNullException instead of NullReferenceException, #127
4+
- fix documentation
5+
6+
0.4.0-alpha.1
7+
- fixes not calling Dispose for 'use!', 'use', or `finally` blocks #157 (by @bartelink)
8+
- BREAKING CHANGE: null args now raise ArgumentNullException instead of NullReferenceException, #127
59
- adds `let!` and `do!` support for F#'s Async<'T>, #79, #114
610
- adds TaskSeq.takeWhile, takeWhileAsync, takeWhileInclusive, takeWhileInclusiveAsync, #126 (by @bartelink)
711
- adds AsyncSeq vs TaskSeq comparison chart, #131
812
- removes release-notes.txt from file dependencies, but keep in the package, #138
9-
10-
0.3.1 (unreleased)
11-
- fixes not calling Dispose for 'use!', 'use', or `finally` blocks in `try`...`finally` #157
1213

1314
0.3.0
1415
- internal renames, improved doc comments, signature files for complex types, hide internal-only types, fixes #112.

0 commit comments

Comments
 (0)