We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ff34c commit 8c11e17Copy full SHA for 8c11e17
CHANGELOG.md
@@ -5,12 +5,17 @@ Notable changes to this project are documented in this file. The format is based
5
## [Unreleased]
6
7
Breaking changes:
8
+ - Added support for PureScript 0.14 and dropped support for all previous versions (#61)
9
+ - Deprecated `MonadZero` (#64, #66, #68, #70)
10
11
New features:
12
13
Bugfixes:
14
15
Other improvements:
16
+ - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#65)
17
+ - Added a CHANGELOG.md file and pull request template (#72, #73)
18
+ - Added examples for `Alt` (#58)
19
20
## [v4.2.0](https://github.com/purescript/purescript-control/releases/tag/v4.2.0) - 2019-09-05
21
0 commit comments