Skip to content

Commit 015a518

Browse files
Add changelog entries since v5.4.1 (#195)
* Add changelog entries since v5.4.1 * Apply review feedback Co-authored-by: Harry Garrood <[email protected]> Co-authored-by: Harry Garrood <[email protected]>
1 parent e992892 commit 015a518

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,22 @@ Notable changes to this project are documented in this file. The format is based
55
## [Unreleased]
66

77
Breaking changes:
8+
- Rename `scanrLazy` to `scanlLazy` and fix parameter ordering (#161)
9+
- Rename `group'` to `groupAll` (#182)
10+
- Change `Alt ZipList` to satisfy distributivity (#150)
811

912
New features:
13+
- Add `groupAllBy` (#182, #191)
1014
- Added `Eq1` and `Ord1` instances to `NonEmptyList` and `LazyNonEmptyList` (#188)
1115

1216
Bugfixes:
1317

1418
Other improvements:
19+
- Fix Lazy List docs where original list is returned instead of Nothing (#169)
20+
- Migrate to GitHub Actions (#177)
21+
- Change `foldM` type signature to more closely match `foldl` (#165)
22+
- Improve `foldr` performance on large lists (#180)
23+
- Generate changelog and add PR template (#187)
1524

1625
## [v5.4.1](https://github.com/purescript/purescript-lists/releases/tag/v5.4.1) - 2019-05-06
1726

@@ -308,4 +317,3 @@ Fixes for compiler version 0.6.1
308317
## [v0.0.1](https://github.com/purescript/purescript-lists/releases/tag/v0.0.1) - 2014-07-07
309318

310319

311-

0 commit comments

Comments
 (0)