Skip to content

Commit 9ba071b

Browse files
Update changelog since v4.0.0 (#14)
1 parent 4a9398d commit 9ba071b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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 a 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ 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 (#13)
89

910
New features:
1011

1112
Bugfixes:
1213

1314
Other improvements:
15+
- Changed default branch to `main` from `master`
16+
- 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 (#11)
1417

1518
## [v4.0.0](https://github.com/purescript-contrib/purescript-fork/releases/tag/v4.0.0) - 2018-05-27
1619

0 commit comments

Comments
 (0)