From 3b9f6c7060711e70cae14ad10210858262422d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Tr=C5=A1ko?= Date: Fri, 17 Mar 2017 21:30:35 +0100 Subject: [PATCH] Updated ChangeLog: switch to hpack; changes in Coroutine Addresses #25 --- changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/changelog.md b/changelog.md index b23fcf0..078682f 100644 --- a/changelog.md +++ b/changelog.md @@ -6,8 +6,22 @@ All notable changes to this project will be documented in this file. * Introducing `replaceRelay` and `replaceRelayS`. [PR #27](https://github.com/IxpertaSolutions/freer-effects/pull/27) + (**new**) * Fix: `Control.Monad.forever` causes `<>` [#23](https://github.com/IxpertaSolutions/freer-effects/issues/23) + (**bug-fix**) +* Switched to hpack format for package description, see [hpack + documentation](https://github.com/sol/hpack#readme) for more details. + Cabal file is still provided, but it is generated from `package.yaml`. + (**change**) +* Coroutines can now return values when they are done. This affects only the + `Done` constructor of `Status` data type. + [PR #25](https://github.com/IxpertaSolutions/freer-effects/pull/25) + (**breaking-change**) +* Introduced new handler `interposeC` for `Yield` effect (coroutines), and + helper function named `replyC`. + [PR #25](https://github.com/IxpertaSolutions/freer-effects/pull/25) + (**new**) ## [0.3.0.0] (March 06, 2017)