Skip to content

Commit 98ea59e

Browse files
committed
Update changelog.
1 parent a44f686 commit 98ea59e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

containers/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
* Add `compareSize` for `IntSet` and `IntMap`. (Soumik Sarkar)
88
([#1135](https://github.com/haskell/containers/pull/1135))
99

10+
* Add `catMaybes` for `Seq`, `Set`, `Map` and `IntMap`; and `mapMaybe` for
11+
`Seq`, `Set` and `IntSet`. (Phil Hazelden)
12+
([#1159](https://github.com/haskell/containers/pull/1159)
13+
1014
### Performance improvements
1115

1216
* Improved performance for `Data.IntMap.restrictKeys` and

0 commit comments

Comments
 (0)