Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
Release notes:
0.4.x (unreleased)
- BREAKING CHANGE: most null arguments now raise ArgumentNullException instead of NullReferenceException, #127
- adds `let!` and `do!` support for F#'s Async<'T>
- 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.0
- internal renames, improved doc comments, signature files for complex types, hide internal-only types, fixes #112.
Expand Down
2 changes: 1 addition & 1 deletion src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Generates optimized IL code through resumable state machines, and comes with a c
</PropertyGroup>

<ItemGroup>
<Content Include="..\..\release-notes.txt" Link="release-notes.txt" />
<None Include="..\..\release-notes.txt" Link="release-notes.txt" />
<None Include="..\..\assets\taskseq-icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
Expand Down