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

Update changelog since v2.1.1 #28

Merged
merged 1 commit into from
Jan 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,28 @@ Notable changes to this project are documented in this file. The format is based
## [Unreleased]

Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#24)

New features:
- Added `imul` (#18)

Bugfixes:

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

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

Relicensed as BSD3
- Relicensed as BSD3

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

Add `τ` constant (@FranklinChen)
- Added `τ` constant (@FranklinChen)

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

This release is intended for the PureScript 0.9.1 compiler and newer.
- This release is intended for the PureScript 0.9.1 compiler and newer.

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

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

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

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.
- 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.

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

Updated docs
- Updated docs

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



- Initial versioned release