diff --git a/effectful-core/CHANGELOG.md b/effectful-core/CHANGELOG.md index 938bfe2..345a90b 100644 --- a/effectful-core/CHANGELOG.md +++ b/effectful-core/CHANGELOG.md @@ -1,10 +1,10 @@ -# effectful-core-2.5.1.0 (????-??-??) +# effectful-core-2.5.1.0 (2024-11-27) * Add `passthrough` to `Effectful.Dispatch.Dynamic` for passing operations to the upstream handler within `interpose` and `impose` without having to fully pattern match on them. * **Bugfixes**: - - Fix a potential space leak related to `HasCallStack` quirks - (https://gitlab.haskell.org/ghc/ghc/-/issues/25520). + - Fix a potential space leak related to `HasCallStack` quirks (see + https://gitlab.haskell.org/ghc/ghc/-/issues/25520 for more information). # effectful-core-2.5.0.0 (2024-10-23) * Add `plusEff` (specialized version of `<|>`) to `Effectful.NonDet` and make diff --git a/effectful/CHANGELOG.md b/effectful/CHANGELOG.md index c986d1a..37e0db7 100644 --- a/effectful/CHANGELOG.md +++ b/effectful/CHANGELOG.md @@ -1,10 +1,10 @@ -# effectful-2.5.1.0 (????-??-??) +# effectful-2.5.1.0 (2024-11-27) * Add `passthrough` to `Effectful.Dispatch.Dynamic` for passing operations to the upstream handler within `interpose` and `impose` without having to fully pattern match on them. * **Bugfixes**: - - Fix a potential space leak related to `HasCallStack` quirks - (https://gitlab.haskell.org/ghc/ghc/-/issues/25520). + - Fix a potential space leak related to `HasCallStack` quirks (see + https://gitlab.haskell.org/ghc/ghc/-/issues/25520 for more information). # effectful-2.5.0.0 (2024-10-23) * Add `plusEff` (specialized version of `<|>`) to `Effectful.NonDet` and make