Skip to content

Commit 7e86f7e

Browse files
authored
Mention Data.IntSet.alterF in changelog (#721)
* Mention Data.IntSet.alterF in changelog * Mention Li-Yao Xia in documentation bullet point.
1 parent c644dd4 commit 7e86f7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
* Add `compose` for `Map` and `IntMap` (Thanks, Alexandre Esteves).
1919

20-
* Add `Data.Set.alterF` (Thanks, Simon Jakobi).
20+
* Add `alterF` for `Set` and `IntSet` (Thanks, Simon Jakobi).
2121

2222
* Add `Data.IntSet.mapMonotonic` (Thanks, Javran Cheng).
2323

@@ -46,7 +46,7 @@
4646
* Address a Core lint warning for `foldToMaybeTree` (Thanks, Matthew Pickering).
4747

4848
* Improve documentation (Thanks to Daniel Wagner, Johannes Waldmann, Steve Mao,
49-
Gabriel Greif, Jean-Baptiste Mazon, Ziyang Liu, Matt Renaud).
49+
Gabriel Greif, Jean-Baptiste Mazon, Ziyang Liu, Matt Renaud, Li-Yao Xia).
5050

5151
* Improvements to the testsuite and benchmarks (Thanks, Bertram Felgenhauer,
5252
Simon Jakobi, Johannes Waldmann).

0 commit comments

Comments
 (0)