Skip to content

Commit

Permalink
Fix typo, previous commit was about OnEmptyRollback
Browse files Browse the repository at this point in the history
  • Loading branch information
arybczak committed Sep 12, 2024
1 parent 1da8876 commit 7b5c5b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions effectful-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions effectful/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7b5c5b3

Please sign in to comment.