File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,22 @@ Notable changes to this project are documented in this file. The format is based
55## [ Unreleased]
66
77Breaking 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
912New features:
13+ - Add ` groupAllBy ` (#182 , #191 )
1014- Added ` Eq1 ` and ` Ord1 ` instances to ` NonEmptyList ` and ` LazyNonEmptyList ` (#188 )
1115
1216Bugfixes:
1317
1418Other 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-
You can’t perform that action at this time.
0 commit comments