Make changelog entries about new modules look consistent

This commit is contained in:
Andrzej Rybczak 2024-10-06 12:15:13 +02:00
parent 2af665f7fe
commit e179e479e9
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
experience.
* Add a `SeqForkUnlift` strategy to support running unlifting functions outside
of the scope of effects they capture.
* Add the `Effectful.Exception` module with appropriate re-exports from the
* Add `Effectful.Exception` with appropriate re-exports from the
`safe-exceptions` library.
* **Bugfixes**:
- Ensure that a `LocalEnv` is only used in a thread it belongs to.

View File

@ -12,7 +12,7 @@
experience.
* Add a `SeqForkUnlift` strategy to support running unlifting functions outside
of the scope of effects they capture.
* Add the `Effectful.Exception` module with appropriate re-exports from the
* Add `Effectful.Exception` with appropriate re-exports from the
`safe-exceptions` library.
* Add `Effectful.Concurrent.Chan.Strict`.
* Add `Effectful.Prim.IORef` and `Effectful.Prim.IORef.Strict`.