From a0ee71323960966a7c636b07d2cf0b6219c61418 Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Tue, 19 Jan 2021 17:32:33 -0800 Subject: [PATCH] Update changelog since v1.0.1 --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 638cc52..79f34dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,18 +5,20 @@ 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.1](https://github.com/purescript-web/purescript-web-fetch/releases/tag/v1.0.1) - 2020-01-15 -* Fix illegal fetch invocation when not specifying options +- Fixed illegal fetch invocation when not specifying options ## [v1.0.0](https://github.com/purescript-web/purescript-web-fetch/releases/tag/v1.0.0) - 2020-01-14 -Initial release. - +- Initial release