Changelog updates since v2.0.1 by milesfrain · Pull Request #26 · purescript/purescript-effect

Conversation

@milesfrain

Description of the change

This PR updates the CHANGELOG in preparation for the upcoming release of this library.

Related: purescript/purescript#3985

thomashoneyman

## [Unreleased]

Breaking changes:
- Updated dependencies for PureScript 0.14 (#21)

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

thomashoneyman

thomashoneyman

Other improvements:
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#22)
- Added a CHANGELOG.md file and pull request template (#25 #26)
- Removed `return {}` from FFI functions (#18)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps also add "for a small performance boost"?

thomashoneyman

2 participants

@milesfrain @thomashoneyman