Skip to content
This repository was archived by the owner on Jun 5, 2022. It is now read-only.

Commit e7b073c

Browse files
Update changelog since v2.1.1 (#28)
1 parent 1e2bed8 commit e7b073c

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

CHANGELOG.md

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

910
New features:
11+
- Added `imul` (#18)
1012

1113
Bugfixes:
1214

1315
Other improvements:
16+
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#26)
17+
- Added a changelog and pull request template (#27)
1418

1519
## [v2.1.1](https://github.com/purescript/purescript-math/releases/tag/v2.1.1) - 2018-05-22
1620

17-
Relicensed as BSD3
21+
- Relicensed as BSD3
1822

1923
## [v2.1.0](https://github.com/purescript/purescript-math/releases/tag/v2.1.0) - 2017-06-25
2024

21-
Add `τ` constant (@FranklinChen)
25+
- Added `τ` constant (@FranklinChen)
2226

2327
## [v2.0.0](https://github.com/purescript/purescript-math/releases/tag/v2.0.0) - 2016-06-04
2428

25-
This release is intended for the PureScript 0.9.1 compiler and newer.
29+
- This release is intended for the PureScript 0.9.1 compiler and newer.
2630

2731
## [v2.0.0-rc.1](https://github.com/purescript/purescript-math/releases/tag/v2.0.0-rc.1) - 2016-05-20
2832

@@ -35,13 +39,12 @@ This release is intended for the PureScript 0.9.1 compiler and newer.
3539

3640
## [v0.2.0](https://github.com/purescript/purescript-math/releases/tag/v0.2.0) - 2015-06-30
3741

38-
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.
42+
- 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.
3943

4044
## [v0.1.1](https://github.com/purescript/purescript-math/releases/tag/v0.1.1) - 2015-03-22
4145

42-
Updated docs
46+
- Updated docs
4347

4448
## [v0.1.0](https://github.com/purescript/purescript-math/releases/tag/v0.1.0) - 2014-04-25
4549

46-
47-
50+
- Initial versioned release

0 commit comments

Comments
 (0)