mirror of
https://github.com/lexi-lambda/freer-simple.git
synced 2024-12-23 22:23:27 +03:00
parent
23550531ef
commit
3b9f6c7060
14
changelog.md
14
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 `<<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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user