-
Notifications
You must be signed in to change notification settings - Fork 30
Changelog updates since v4.4.0 #34
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
Conversation
CHANGELOG.md
Outdated
|
||
New features: | ||
|
||
Bugfixes: | ||
|
||
Other improvements: | ||
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#32) | ||
- Added a CHANGELOG.md file and pull request template (#33 #34) | ||
- Removed `return {}` from FFI functions (#30) |
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.
- Removed `return {}` from FFI functions (#30) | |
- Removed `return {}` from FFI functions for a small performance boost (#30) |
CHANGELOG.md
Outdated
|
||
New features: | ||
|
||
Bugfixes: | ||
|
||
Other improvements: | ||
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#32) | ||
- Added a CHANGELOG.md file and pull request template (#33 #34) |
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
@@ -5,12 +5,16 @@ Notable changes to this project are documented in this file. The format is based | |||
## [Unreleased] | |||
|
|||
Breaking changes: | |||
- Updated dependencies for PureScript 0.14 (#30) |
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
Description of the change
This PR updates the CHANGELOG in preparation for the upcoming release of this library.
Related: purescript/purescript#3985