Skip to content

Commit

Permalink
Update CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
renggli committed Aug 6, 2023
1 parent 110abd6 commit 4a0cfa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Add `Iterable.pairwise` over the successive overlapping pairs.
* Add `Iterable.deepFlatten` over arbitrarily nested iterables.
* Add `product` and `zip` extensions on tuples of iterables.
* Add partial function evaluation, and currying extensions.

## 3.10.0
* Add a growable `BitList`, make it behave more like `List<bool>`.
Expand Down

0 comments on commit 4a0cfa4

Please sign in to comment.