From 8ed3d5fd7f9c86ee9d5195c97834582053a2c74c Mon Sep 17 00:00:00 2001 From: milesfrain Date: Sun, 17 Jan 2021 22:09:18 -0800 Subject: [PATCH 1/3] Changelog updates since v4.0.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0e3155..25353d2 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: +- Updated dependencies for PureScript 0.14 (#36) New features: Bugfixes: +- Fixed `catchException` example to use `Console.logShow` instead of `print` (#31) Other improvements: +- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#37) +- Added a CHANGELOG.md file and pull request template (#38 #39) +- Removed unnecessary type variable from docstring (#33) ## [v4.0.0](https://github.com/purescript/purescript-exceptions/releases/tag/v4.0.0) - 2018-05-23 From 12769c90713fd63fd3b1ecbc29813e9c5d627e9c Mon Sep 17 00:00:00 2001 From: milesfrain Date: Sun, 17 Jan 2021 22:11:04 -0800 Subject: [PATCH 2/3] Be more specific about docstring update --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25353d2..958f599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Bugfixes: Other improvements: - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#37) - Added a CHANGELOG.md file and pull request template (#38 #39) -- Removed unnecessary type variable from docstring (#33) +- Removed unnecessary type variable from `try` docstring (#33) ## [v4.0.0](https://github.com/purescript/purescript-exceptions/releases/tag/v4.0.0) - 2018-05-23 From df969954dfe616dfe5203b8a25cd52f24c9adc6a Mon Sep 17 00:00:00 2001 From: milesfrain Date: Mon, 18 Jan 2021 21:32:20 -0800 Subject: [PATCH 3/3] fixups --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 958f599..0e0e20d 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 (#36) +- Added support for PureScript 0.14 and dropped support for all previous versions (#36) New features: @@ -14,7 +14,7 @@ Bugfixes: Other improvements: - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#37) -- Added a CHANGELOG.md file and pull request template (#38 #39) +- Added a CHANGELOG.md file and pull request template (#38, #39) - Removed unnecessary type variable from `try` docstring (#33) ## [v4.0.0](https://github.com/purescript/purescript-exceptions/releases/tag/v4.0.0) - 2018-05-23