From 4dc62ff9580ae38402f0a401311674f0e89ca50e Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Tue, 19 Jan 2021 17:30:27 -0800 Subject: [PATCH] Update changelog since v1.0.0 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6b6b69..9ea629a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,16 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] Breaking changes: +- Added support for PureScript 0.14 and dropped support for all previous versions (#2) New features: Bugfixes: Other improvements: +- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#1) +- Added a CHANGELOG.md file and pull request template (#3, #4) ## [v1.0.0](https://github.com/purescript-web/purescript-web-streams/releases/tag/v1.0.0) - 2020-01-14 -Initial release - +- Initial release