From 7b5c5b3f958267b3ae68fc7a5076515819afbc05 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Thu, 12 Sep 2024 18:18:17 +0200 Subject: [PATCH] Fix typo, previous commit was about OnEmptyRollback --- effectful-core/CHANGELOG.md | 4 ++-- effectful/CHANGELOG.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.