From 3a3f1900a59769097c0c0304cf5918a1aa681428 Mon Sep 17 00:00:00 2001 From: milesfrain Date: Sun, 17 Jan 2021 23:10:44 -0800 Subject: [PATCH 1/2] Changelog updates since v5.0.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42f7ecc..7d1422f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,16 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] Breaking changes: +- Updated dependencies for PureScript 0.14 (#80) New features: Bugfixes: Other improvements: +- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#81) +- Added a CHANGELOG.md file and pull request template (#82 #83) +- Replaced unsafe FFI functions with `unsafeCoerce` (#72) ## [v5.0.0](https://github.com/purescript/purescript-foreign/releases/tag/v5.0.0) - 2018-05-24 From 7c83afd9101252d6787efb82364ef316fb6d0d33 Mon Sep 17 00:00:00 2001 From: milesfrain Date: Mon, 18 Jan 2021 21:29:42 -0800 Subject: [PATCH 2/2] fixups --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d1422f..5d7d833 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 (#80) +- Added support for PureScript 0.14 and dropped support for all previous versions (#80) New features: @@ -13,8 +13,8 @@ Bugfixes: Other improvements: - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#81) -- Added a CHANGELOG.md file and pull request template (#82 #83) -- Replaced unsafe FFI functions with `unsafeCoerce` (#72) +- Added a CHANGELOG.md file and pull request template (#82, #83) +- Replaced `unsafeToForeign` and `unsafeFromForeign` with `unsafeCoerce` (#72) ## [v5.0.0](https://github.com/purescript/purescript-foreign/releases/tag/v5.0.0) - 2018-05-24