Skip to content

Update changelog since v4.2.0 #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 19, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixups
  • Loading branch information
milesfrain authored Jan 19, 2021
commit 89d439f609a4bc7b347ddbe1ebcc27c11bc067a9
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ Notable changes to this project are documented in this file. The format is based
## [Unreleased]

Breaking changes:
- Updated code for PureScript 0.14 (#61)
- Deprecated `MonadZero` (#64 #66 #68 #70)
- Added support for PureScript 0.14 and dropped support for all previous versions (#61)
- Deprecated `MonadZero` (#64, #66, #68, #70)

New features:

Bugfixes:

Other improvements:
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#65)
- Added a CHANGELOG.md file and pull request template (#72 #73)
- Added examples for alt (#58)
- Added a CHANGELOG.md file and pull request template (#72, #73)
- Added examples for `Alt` (#58)

## [v4.2.0](https://github.com/purescript/purescript-control/releases/tag/v4.2.0) - 2019-09-05

Expand Down