Skip to content

Commit 7dc4539

Browse files
committed
Add a link to the release notes in the readme.md
1 parent 57614c5 commit 7dc4539

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

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

77
An implementation of [`IAsyncEnumerable<'T>`][3] as a computation expression: `taskSeq { ... }` with an accompanying `TaskSeq` module, that allows seamless use of asynchronous sequences similar to F#'s native `seq` and `task` CE's.
88

9-
Latest version [can be installed from Nuget][nuget].
9+
Latest version [can be installed from Nuget][nuget].
10+
11+
## Release notes<!-- omit in toc -->
12+
13+
See [release notes.txt](release-notes.txt) for the version history of `TaskSeq`. See [Status overview](#status--planning) for current status of the surface area of `TaskSeq`.
1014

1115
-----------------------------------------
1216

release-notes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Release notes:
33
0.4.x (unreleased)
44
- adds TaskSeq.takeWhile, takeWhileAsync, takeWhileInclusive, takeWhileInclusiveAsync, #126 (by @bartelink)
5+
- adds AsyncSeq vs TaskSeq comparison chart, #131
56

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

0 commit comments

Comments
 (0)