From 163b16d362c0d1a2c3f6aebb3b4dc20617e0105f Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Sat, 23 Jan 2021 15:16:44 -0800 Subject: [PATCH] Update changelog since v6.0.0 --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c842755..4f5f40c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Set up PureScript toolchain uses: purescript-contrib/setup-purescript@main with: - purescript: "0.14.0-rc3" + purescript: "0.14.0-rc5" - name: Cache PureScript dependencies uses: actions/cache@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e82195..08121f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,17 @@ 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 (#28) New features: Bugfixes: Other improvements: +- Updated docs for `parse` to discourage its use (#25) +- Removed note about effect rows (#24) +- Changed default branch to `main` from `master` +- Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#26) ## [v6.0.0](https://github.com/purescript-contrib/purescript-js-date/releases/tag/v6.0.0) - 2018-05-25 @@ -18,7 +23,7 @@ Other improvements: ## [v5.2.0](https://github.com/purescript-contrib/purescript-js-date/releases/tag/v5.2.0) - 2018-03-20 -- Added instances for `Eq`, `Ord`, `Show` (@eric-corumdigital) +- Added instances for `Eq`, `Ord`, and `Show` (@eric-corumdigital) ## [v5.1.0](https://github.com/purescript-contrib/purescript-js-date/releases/tag/v5.1.0) - 2017-07-16