diff --git a/effectful-core/CHANGELOG.md b/effectful-core/CHANGELOG.md index b3793b0..786efc2 100644 --- a/effectful-core/CHANGELOG.md +++ b/effectful-core/CHANGELOG.md @@ -13,8 +13,8 @@ ([#237](https://github.com/haskell-effectful/effectful/issues/237)). * Add `HasCallStack` constraints where appropriate for better debugging experience. -* Properly roll back changes made to the environment when `OnEmptyKeep` policy - for the `NonDet` effect is selected. +* Properly roll back changes made to the environment when `OnEmptyRollback` + policy for the `NonDet` effect is selected. * **Breaking changes**: - `localSeqLend`, `localLend`, `localSeqBorrow` and `localBorrow` now take a list of effects instead of a single one. diff --git a/effectful/CHANGELOG.md b/effectful/CHANGELOG.md index 20f7299..9be8956 100644 --- a/effectful/CHANGELOG.md +++ b/effectful/CHANGELOG.md @@ -15,8 +15,8 @@ ([#237](https://github.com/haskell-effectful/effectful/issues/237)). * Add `HasCallStack` constraints where appropriate for better debugging experience. -* Properly roll back changes made to the environment when `OnEmptyKeep` policy - for the `NonDet` effect is selected. +* Properly roll back changes made to the environment when `OnEmptyRollback` + policy for the `NonDet` effect is selected. * **Breaking changes**: - `localSeqLend`, `localLend`, `localSeqBorrow` and `localBorrow` now take a list of effects instead of a single one.