Skip to content

Commit 16a9e9f

Browse files
Update changelog since v4.1.1 (#41)
* Update changelog since v4.1.1 * Update CHANGELOG.md
1 parent fd392d4 commit 16a9e9f

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

CHANGELOG.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,21 @@ 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 (#37)
89

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

1113
Bugfixes:
1214

1315
Other improvements:
16+
- Removed primes from foreign module exports (#29)
17+
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#38)
18+
- Added a changelog and pull request template (#40, #41)
1419

1520
## [v4.1.1](https://github.com/purescript/purescript-st/releases/tag/v4.1.1) - 2020-03-04
1621

17-
* Re-release with `v` tag prefix for package-sets
22+
- Re-release with `v` tag prefix for package-sets
1823

1924
## [4.1.0](https://github.com/purescript/purescript-st/releases/tag/4.1.0) - 2020-02-23
2025

@@ -23,8 +28,8 @@ Other improvements:
2328

2429
## [v4.0.1](https://github.com/purescript/purescript-st/releases/tag/v4.0.1) - 2019-11-02
2530

26-
* Fix a typo in the documentation for `ST.run` (@jy14898)
27-
* Fix some unused import warnings (@Ebmtranceboy)
31+
- Fix a typo in the documentation for `ST.run` (@jy14898)
32+
- Fix some unused import warnings (@Ebmtranceboy)
2833

2934
## [v4.0.0](https://github.com/purescript/purescript-st/releases/tag/v4.0.0) - 2018-05-23
3035

@@ -47,19 +52,10 @@ This release is intended for the PureScript 0.9.1 compiler and newer.
4752

4853
**Note**: The v1.0.0 tag is not meant to indicate the library is “finished”, the core libraries are all being bumped to this for the 0.9 compiler release so as to use semver more correctly.
4954

50-
## [v1.0.0-rc.1](https://github.com/purescript/purescript-st/releases/tag/v1.0.0-rc.1) - 2016-03-16
51-
52-
- Release candidate for the psc 0.8+ core libraries
53-
5455
## [v0.1.1](https://github.com/purescript/purescript-st/releases/tag/v0.1.1) - 2015-09-12
5556

56-
Simplify the type of `pureST`.
57+
- Simplify the type of `pureST`.
5758

5859
## [v0.1.0](https://github.com/purescript/purescript-st/releases/tag/v0.1.0) - 2015-06-30
5960

60-
This release works with versions 0.7.\* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.
61-
62-
## [v0.1.0-rc.1](https://github.com/purescript/purescript-st/releases/tag/v0.1.0-rc.1) - 2015-06-06
63-
64-
Initial release candidate.
65-
61+
Initial release. This release works with versions 0.7.\* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.

0 commit comments

Comments
 (0)