-
Notifications
You must be signed in to change notification settings - Fork 29
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
Update changelog since v4.2.0 #73
Conversation
CHANGELOG.md
Outdated
@@ -5,12 +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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added support for PureScript 0.14 and dropped support for all previous versions
CHANGELOG.md
Outdated
@@ -5,12 +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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should comma-separate the PR numbers
CHANGELOG.md
Outdated
|
||
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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here wrt comma-separation
CHANGELOG.md
Outdated
|
||
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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Added examples for alt (#58) | |
- Added examples for `Alt` (#58) |
Description of the change
This PR updates the CHANGELOG in preparation for the upcoming release of this library.
Related: purescript/purescript#3985