From 3dfda046af8e9ef4e1c4d4ac2adf3f25973ddaae Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Tue, 19 Jan 2021 17:06:33 -0800 Subject: [PATCH] Update changelog since v6.1.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b422404..d2ed233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,19 @@ 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 (#8) New features: Bugfixes: Other improvements: +- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#7) +- Added a CHANGELOG.md file and pull request template (#9, #10) ## [v6.1.1](https://github.com/purescript-web/purescript-web-dom-parser/releases/tag/v6.1.1) - 2019-08-18 -Raised upper bound for `purescript-web-dom` +- Raised upper bound for `purescript-web-dom` ## [v6.1.0](https://github.com/purescript-web/purescript-web-dom-parser/releases/tag/v6.1.0) - 2019-07-03