Skip to content

Commit 728d045

Browse files
committed
Version 0.4.0.0
1 parent c9bb64f commit 728d045

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

ChangeLog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Revision history for capability
22

3+
## 0.4.0.0 -- 2021-03-15
4+
5+
* Fix infite loop in `writer`.
6+
See [#85](https://github.com/tweag/capability/pull/85)
7+
8+
* Introduce `Capability.Reflection` to define ad-hoc interpreters.
9+
See [#86](https://github.com/tweag/capability/pull/86)
10+
11+
* Fix compatibility with GHC 8.10.
12+
See [#87](https://github.com/tweag/capability/pull/87)
13+
314
## 0.3.0.0 -- 2020-03-19
415

516
* Rename HasStream to HasSink, for symmetry.

capability.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: capability
2-
version: 0.3.0.0
2+
version: 0.4.0.0
33
homepage: https://github.com/tweag/capability
44
license: BSD3
55
license-file: LICENSE.md

0 commit comments

Comments
 (0)