Skip to content

Commit

Permalink
Update release notes for release of 0.4.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abelbraaksma committed Jun 5, 2023
1 parent f51aba7 commit 60749bf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@

Release notes:
0.4.x (unreleased)
- BREAKING CHANGE: most null arguments now raise ArgumentNullException instead of NullReferenceException, #127
- fix documentation

0.4.0-alpha.1
- fixes not calling Dispose for 'use!', 'use', or `finally` blocks #157 (by @bartelink)
- BREAKING CHANGE: null args now raise ArgumentNullException instead of NullReferenceException, #127
- adds `let!` and `do!` support for F#'s Async<'T>, #79, #114
- adds TaskSeq.takeWhile, takeWhileAsync, takeWhileInclusive, takeWhileInclusiveAsync, #126 (by @bartelink)
- adds AsyncSeq vs TaskSeq comparison chart, #131
- removes release-notes.txt from file dependencies, but keep in the package, #138

0.3.1 (unreleased)
- fixes not calling Dispose for 'use!', 'use', or `finally` blocks in `try`...`finally` #157

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

0 comments on commit 60749bf

Please sign in to comment.