Skip to content

Commit 43ec494

Browse files
Update changelog since v3.0.0 (#24)
1 parent 9b1aef5 commit 43ec494

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up PureScript toolchain
1717
uses: purescript-contrib/setup-purescript@main
1818
with:
19-
purescript: "0.14.0-rc3"
19+
purescript: "0.14.0-rc5"
2020

2121
- name: Cache PureScript dependencies
2222
uses: actions/cache@v2

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,25 @@ Notable changes to this project are documented in this file. The format is based
55
## [Unreleased]
66

77
Breaking changes (😱!!!):
8+
- Added support for PureScript 0.14 and dropped support for all previous versions (#23)
89

910
New features:
11+
- Added roles declarations to allow safe coercions (#20)
1012

1113
Bugfixes:
1214

1315
Other improvements:
16+
- Re-enable `test_put_read_take` in the test-suite (#16)
17+
- Changed default branch to `main` from `master`
18+
- 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 (#21)
1419

1520
## [v3.0.0](https://github.com/purescript-contrib/purescript-avar/releases/tag/v3.0.0) - 2018-05-25
1621

1722
- Updated for PureScript 0.12
1823

1924
## [v2.0.1](https://github.com/purescript-contrib/purescript-avar/releases/tag/v2.0.1) - 2017-09-20
2025

21-
- Fixes issue with `purs bundle` aggressively eliminating core functionality.
26+
- Fixed issue with `purs bundle` aggressively eliminating core functionality.
2227

2328
## [v2.0.0](https://github.com/purescript-contrib/purescript-avar/releases/tag/v2.0.0) - 2017-08-31
2429

@@ -28,4 +33,3 @@ Other improvements:
2833
## [v1.0.0](https://github.com/purescript-contrib/purescript-avar/releases/tag/v1.0.0) - 2017-07-18
2934

3035
- Initial release
31-

0 commit comments

Comments
 (0)