From 60749bf0bfbcaf144db9d49d3c9a3eb3e0725636 Mon Sep 17 00:00:00 2001 From: Abel Braaksma Date: Mon, 5 Jun 2023 13:30:56 +0200 Subject: [PATCH] Update release notes for release of 0.4.0-alpha.1 --- release-notes.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/release-notes.txt b/release-notes.txt index a5a2d9fb..b79b5743 100644 --- a/release-notes.txt +++ b/release-notes.txt @@ -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.