From e1a72d3a7cd5ea7abb4976b45b08f0a7ff50fe8d Mon Sep 17 00:00:00 2001 From: milesfrain Date: Sun, 17 Jan 2021 20:40:02 -0800 Subject: [PATCH 1/2] Changelog updates since v5.0.1 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9413802..8fff8e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,15 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] Breaking changes: + - Updated dependencies for PureScript 0.14 (#41) New features: Bugfixes: Other improvements: + - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#42) + - Added a CHANGELOG.md file and pull request template (#44 #45) ## [v5.0.1](https://github.com/purescript/purescript-catenable-lists/releases/tag/v5.0.1) - 2019-01-25 From 75412a285675789ccfe43da3ab78f61e564dab09 Mon Sep 17 00:00:00 2001 From: milesfrain Date: Mon, 18 Jan 2021 21:51:05 -0800 Subject: [PATCH 2/2] fixups --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fff8e6..200adc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] Breaking changes: - - Updated dependencies for PureScript 0.14 (#41) + - Added support for PureScript 0.14 and dropped support for all previous versions (#41) New features: @@ -13,7 +13,7 @@ Bugfixes: Other improvements: - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#42) - - Added a CHANGELOG.md file and pull request template (#44 #45) + - Added a CHANGELOG.md file and pull request template (#44, #45) ## [v5.0.1](https://github.com/purescript/purescript-catenable-lists/releases/tag/v5.0.1) - 2019-01-25