Skip to content

Commit

Permalink
Add a changelog entry for #206.
Browse files Browse the repository at this point in the history
  • Loading branch information
robrix committed Oct 9, 2019
1 parent 550c236 commit 062f356
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

- Adds a `NonDetC` carrier for `NonDet` in `Control.Effect.NonDet.Maybe`. ([#227](https://github.com/fused-effects/fused-effects/pull/227))

- Defines `Carrier` instances for a number of types in `base`. ([#206](https://github.com/fused-effects/fused-effects/pull/206))

## Backwards-incompatible changes

- Fixes unlawful behaviour in the `Applicative` instance for `ErrorC`, which had different behaviour between `<*>` and `ap` in the presence of a divergent rhs. In order to accomplish this, `ErrorC` has been defined as a wrapper around `Control.Monad.Trans.Except.ExceptT`. ([#228](https://github.com/fused-effects/fused-effects/pull/228))
Expand Down

0 comments on commit 062f356

Please sign in to comment.