Updated ChangeLog: switch to hpack; changes in Coroutine

Addresses #25
This commit is contained in:
Peter Trško 2017-03-17 21:30:35 +01:00
parent 23550531ef
commit 3b9f6c7060

View File

@ -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 `<<loop>>`
[#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)