Skip to content

Commit ebfa2ab

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-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

0 commit comments

Comments
 (0)