From bb6b9a12767744fa5094a26d77d79f41f2558dfc Mon Sep 17 00:00:00 2001 From: milesfrain Date: Thu, 14 Jan 2021 11:36:19 -0800 Subject: [PATCH 1/2] Add changelog entries since v5.4.1 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b2aed..b326bdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,21 @@ 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) 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 From d320a6c93805e8fbcb8cb3cd81ffed7cec8e9ebf Mon Sep 17 00:00:00 2001 From: milesfrain Date: Thu, 14 Jan 2021 12:05:07 -0800 Subject: [PATCH 2/2] Apply review feedback Co-authored-by: Harry Garrood --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b326bdb..a2dd9db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ Notable changes to this project are documented in this file. The format is based Breaking changes: - Rename `scanrLazy` to `scanlLazy` and fix parameter ordering (#161) - Rename `group'` to `groupAll` (#182) -- Change `Alt` `ZipList` to satisfy distributivity (#150) +- Change `Alt ZipList` to satisfy distributivity (#150) New features: - Add `groupAllBy` (#182, #191) @@ -316,4 +316,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 -