Use Fiber spelling in changelog

Co-authored-by: Corentin Leruth <corentin.leruth@gmail.com>
This commit is contained in:
Thomas Leonard 2022-03-01 11:02:21 +00:00 committed by GitHub
parent 739c5bf9c1
commit b941e616dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
- Improve documentation (@talex5 #197 #194 #186 #185). In particular, explain more low-level details about how cancellation works.
- Add an example `Eio_null` backend (@talex5 #189). This supports creating fibres, promises and cancellation, but provides no IO operations.
- Add an example `Eio_null` backend (@talex5 #189). This supports creating fibers, promises and cancellation, but provides no IO operations.
- `Effect.eff` is now `Effect.t` in OCaml trunk (@talex5 #201).