Skip to content

Commit e66ccfc

Browse files
authored
Merge pull request #80 from tweag/0.3.0.0
Release version 0.3.0.0
2 parents 481c086 + 7e9eb9b commit e66ccfc

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

ChangeLog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revision history for capability
22

3-
## 0.?.?.? -- ??
3+
## 0.3.0.0 -- 2020-03-19
44

55
* Rename HasStream to HasSink, for symmetry.
66
See [#75](https://github.com/tweag/capability/pull/75)
@@ -11,6 +11,15 @@
1111
* Make HasSource and HasSink superclasses of HasState.
1212
See [#75](https://github.com/tweag/capability/pull/75)
1313

14+
* Introduce `derive` to run an action that requires additional capabilities.
15+
See [#74](https://github.com/tweag/capability/pull/74)
16+
and [#83](https://github.com/tweag/capability/pull/83)
17+
18+
* Handlers `zoom` and `magnify` can now carry capabilities over from the context.
19+
See [#73](https://github.com/tweag/capability/pull/73)
20+
21+
* Introduce functional capabilities and the `TypeOf` type family.
22+
See [#72](https://github.com/tweag/capability/pull/72)
1423

1524
## 0.2.0.0 -- 2019-03-22
1625

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.2.0.0
2+
version: 0.3.0.0
33
homepage: https://github.com/tweag/capability
44
license: BSD3
55
license-file: LICENSE.md

0 commit comments

Comments
 (0)