Skip to content

Commit 66472f6

Browse files
Update changelog since v6.0.0 (#30)
1 parent 2be1b61 commit 66472f6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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 & 1 deletion
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 (#28)
89

910
New features:
1011

1112
Bugfixes:
1213

1314
Other improvements:
15+
- Updated docs for `parse` to discourage its use (#25)
16+
- Removed note about effect rows (#24)
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 (#26)
1419

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

1722
- Updated for PureScript 0.12
1823

1924
## [v5.2.0](https://github.com/purescript-contrib/purescript-js-date/releases/tag/v5.2.0) - 2018-03-20
2025

21-
- Added instances for `Eq`, `Ord`, `Show` (@eric-corumdigital)
26+
- Added instances for `Eq`, `Ord`, and `Show` (@eric-corumdigital)
2227

2328
## [v5.1.0](https://github.com/purescript-contrib/purescript-js-date/releases/tag/v5.1.0) - 2017-07-16
2429

0 commit comments

Comments
 (0)