Skip to content

Commit e99a5b5

Browse files
Update changelog since v4.0.0 (#27)
1 parent dff22db commit e99a5b5

File tree

1 file changed

+11
-21
lines changed

1 file changed

+11
-21
lines changed

CHANGELOG.md

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,19 @@ 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
89

910
New features:
1011

1112
Bugfixes:
1213

1314
Other improvements:
15+
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#25)
16+
- Added a changelog and pull request template (#26, #27)
1417

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

17-
Updated for PureScript 0.12
20+
- Updated for PureScript 0.12
1821

1922
## [v3.0.0](https://github.com/purescript/purescript-random/releases/tag/v3.0.0) - 2017-03-26
2023

@@ -26,51 +29,38 @@ Updated for PureScript 0.12
2629

2730
## [v1.0.0](https://github.com/purescript/purescript-random/releases/tag/v1.0.0) - 2016-06-01
2831

29-
This release is intended for the PureScript 0.9.1 compiler and newer.
32+
This release is intended for the PureScript 0.9.1 compiler and newer. **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.
3033

31-
**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.
32-
33-
## [v1.0.0-rc.2](https://github.com/purescript/purescript-random/releases/tag/v1.0.0-rc.2) - 2016-05-20
34-
35-
- Fix error for operator section usage
36-
37-
## [v1.0.0-rc.1](https://github.com/purescript/purescript-random/releases/tag/v1.0.0-rc.1) - 2016-03-24
38-
39-
- Release candidate for the psc 0.8+ core libraries
34+
- Fixed error for operator section usage
4035

4136
## [v0.2.3](https://github.com/purescript/purescript-random/releases/tag/v0.2.3) - 2015-11-20
4237

4338
- Removed unused import (@tfausak)
4439

4540
## [v0.2.2](https://github.com/purescript/purescript-random/releases/tag/v0.2.2) - 2015-08-02
4641

47-
- Fix overflows in randomInt #9 (@hdgarrood)
42+
- Fixed overflows in randomInt (#9, @hdgarrood)
4843

4944
## [v0.2.1](https://github.com/purescript/purescript-random/releases/tag/v0.2.1) - 2015-07-23
5045

5146
- Fixed behaviour of `randomInt` and `randomRange` (@sharkdp)
5247

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

55-
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.
56-
57-
## [v0.2.0-rc.1](https://github.com/purescript/purescript-random/releases/tag/v0.2.0-rc.1) - 2015-06-09
58-
59-
Initial release candidate of the library intended for the 0.7 compiler.
50+
- 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.
6051

6152
## [v0.1.3](https://github.com/purescript/purescript-random/releases/tag/v0.1.3) - 2015-03-19
6253

63-
Updated docs
54+
- Updated docs
6455

6556
## [v0.1.2](https://github.com/purescript/purescript-random/releases/tag/v0.1.2) - 2015-02-07
6657

6758
- Added `randomInt` and `randomRange` (@jutaro)
6859

6960
## [v0.1.1](https://github.com/purescript/purescript-random/releases/tag/v0.1.1) - 2014-04-27
7061

71-
62+
- Updated ignored files
7263

7364
## [v0.1.0](https://github.com/purescript/purescript-random/releases/tag/v0.1.0) - 2014-04-27
7465

75-
76-
66+
- Initial release

0 commit comments

Comments
 (0)