Skip to content

Commit f6b9c11

Browse files
JordanMartinezturlando
authored andcommitted
Write changelog for upcoming release (purescript#255)
* Write changelog for upcoming release * Add v4.1.1 release to changelog * Document changes that happened in v4.1.1 release * Add purescript#229 to breaking changes * Remove backticks around 'do notation' * Rephrase 'make library compile on v0.14.0' * Separate documentation improvement PRs from other improvements * Include other PR related to v0.14.0 in changelog * Add toRep PR * Put Array do notation and Monoid newtype PR summary on one line * Include PR that fixes typo * Change section header back to Unreleased
1 parent 9174127 commit f6b9c11

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

CHANGELOG.md

+35-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,41 @@ Bugfixes:
1212

1313
Other improvements:
1414

15+
## [Unreleased] - YEAR-MONTH-DATE
16+
17+
Breaking changes:
18+
- Support compiler version `v0.14.0`, and drop support for previous versions (#206, #226)
19+
- `purescript-proxy` was ported to this repo (#230)
20+
- `purescript-generics-rep` was ported to this repo (#235)
21+
- Move the `Applicative` Superclass law from `Monad` to `Bind` and rename it
22+
to the `Apply` Superclass law (#229)
23+
24+
New features:
25+
- Added `Bounded` instance for records (#208)
26+
- Added `Show` instances to `Data.Generics.Rep` types (#250)
27+
- Added `toRep` (#238)
28+
29+
Bugfixes:
30+
- No longer use reference equality check in `Array`'s `Eq` instance because it breaks referential transparency (#187).
31+
- Fix Ring laws (#228)
32+
33+
Documentation improvements:
34+
- Added `lift2` example using `Maybe` (#213)
35+
- Added `const` example (#214)
36+
- Added `power` example (#253)
37+
- Clarify `Array`'s do notation and the purposes of `Monoid` and `Semigroup` newtypes (#217)
38+
- Clarify `Unit` representation in FFI code (#223)
39+
- Fix typo: 'ommitted' -> 'omitted' (#220)
40+
41+
Other improvements:
42+
- Migrated to GitHub Actions (#234)
43+
- Added a `CHANGELOG.md` file and PR template (#254)
44+
45+
## [v4.1.1](https://github.com/purescript/purescript-prelude/releases/tag/v4.1.1) - 2019-04-20
46+
47+
- Added documentation fixes/improvements to `Data.Monoid.Conj` and other `Data.Monoid` newtypes (#191, #192)
48+
- Made `Eq` and `Ord` instances for primitive types less JavaScript-specific (#183)
49+
1550
## [v4.1.0](https://github.com/purescript/purescript-prelude/releases/tag/v4.1.0) - 2018-07-17
1651

1752
- Added `Ord` instance for records
@@ -160,4 +195,3 @@ This release works with versions 0.7.\* of the PureScript compiler. It will not
160195
## [v0.1.0-rc.1](https://github.com/purescript/purescript-prelude/releases/tag/v0.1.0-rc.1) - 2015-06-06
161196

162197
Initial release candidate.
163-

0 commit comments

Comments
 (0)