diff --git a/README.md b/README.md index 5593e013..7da1e2fe 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,8 @@ The following is the progress report: | | `distinctBy` | `dictinctBy` | `distinctByAsync` | | | ✅ [#2][] | `empty` | `empty` | | | | ✅ [#23][] | `exactlyOne` | `exactlyOne` | | | -| | `except` | `except` | | | +| ✅ [#83][] | `except` | `except` | | | +| ✅ [#83][] | | `exceptOfSeq` | | | | ✅ [#70][] | `exists` | `exists` | `existsAsync` | | | | `exists2` | `exists2` | | | | ✅ [#23][] | `filter` | `filter` | `filterAsync` | | @@ -611,4 +612,5 @@ module TaskSeq = [#76]: https://github.com/fsprojects/FSharp.Control.TaskSeq/pull/76 [#81]: https://github.com/fsprojects/FSharp.Control.TaskSeq/pull/81 [#82]: https://github.com/fsprojects/FSharp.Control.TaskSeq/pull/82 +[#83]: https://github.com/fsprojects/FSharp.Control.TaskSeq/pull/83