mirror of
https://github.com/haskell-effectful/effectful.git
synced 2024-11-27 01:45:16 +03:00
Remove SyncUnlift from changelogs
This commit is contained in:
parent
e15f44460c
commit
1347ae9f3f
@ -5,9 +5,6 @@
|
||||
easier to understand API.
|
||||
* Add support for turning an effect handler into an effectful operation via the
|
||||
`Provider` effect.
|
||||
* Add the `SyncUnlift` strategy for cases where running unlifted computations in
|
||||
different threads is an implementation detail and concurrency is not
|
||||
observable from outside.
|
||||
|
||||
# effectful-core-2.2.2.2 (2023-03-13)
|
||||
* Allow `inject` to turn a monomorphic effect stack into a polymorphic one.
|
||||
|
@ -5,9 +5,6 @@
|
||||
easier to understand API.
|
||||
* Add support for turning an effect handler into an effectful operation via the
|
||||
`Provider` effect.
|
||||
* Add the `SyncUnlift` strategy for cases where running unlifted computations in
|
||||
different threads is an implementation detail and concurrency is not
|
||||
observable from outside.
|
||||
|
||||
# effectful-2.2.2.0 (2023-01-11)
|
||||
* Add `withSeqEffToIO` and `withConcEffToIO` to `Effectful`.
|
||||
|
Loading…
Reference in New Issue
Block a user