Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Commit

Permalink
Updated ChangeLog: switch to hpack; changes in Coroutine
Browse files Browse the repository at this point in the history
Addresses #25
  • Loading branch information
trskop committed Mar 17, 2017
1 parent 2355053 commit 3b9f6c7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3b9f6c7

Please sign in to comment.