Skip to content

Commit 7a9ecbf

Browse files
authored
Update release notes with mention of now raising ArgumentNullException in v0.4.x
1 parent df396c5 commit 7a9ecbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release-notes.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
Release notes:
33
0.4.x (unreleased)
4+
- BREAKING CHANGE: most null arguments now raise ArgumentNullException instead of NullReferenceException, #127
45
- adds `let!` and `do!` support for F#'s Async<'T>
56
- adds TaskSeq.takeWhile, takeWhileAsync, takeWhileInclusive, takeWhileInclusiveAsync, #126 (by @bartelink)
67
- adds AsyncSeq vs TaskSeq comparison chart, #131
@@ -43,4 +44,4 @@ Release notes:
4344
- adds empty/isEmpty
4445
- adds findIndex/indexed/init/initInfinite
4546
- adds head/last/tryHead/tryLast/tail/tryTail
46-
- adds zip/length
47+
- adds zip/length

0 commit comments

Comments
 (0)