Skip to content

Add changelog entries since v5.4.1 #195

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 14, 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
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,22 @@ Notable changes to this project are documented in this file. The format is based
## [Unreleased]

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

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

Bugfixes:

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

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

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