Remove SyncUnlift from changelogs

This commit is contained in:
Andrzej Rybczak 2023-06-26 03:05:18 +02:00
parent e15f44460c
commit 1347ae9f3f
2 changed files with 0 additions and 6 deletions

View File

@ -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.

View File

@ -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`.