Skip to content

Commit c1d9fb9

Browse files
committed
add missing stuff to changelog
1 parent 98737f7 commit c1d9fb9

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

changelog.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
- ???
22

3-
Added `nubOrd` and friends.
3+
Added `nubOrd`, `nubInt`, `nubOrdOn`, `nubIntOn`.
4+
5+
Fix performance regression in `for`.
6+
7+
Add `foldMap` and `foldMap_`.
8+
9+
Fix the behaviour of `slidingWindow 1`.
10+
11+
Reintroduce `readFile` and `writeFile`, using plain `System.IO`
12+
instead of `ResourceT` machinery.
13+
14+
Add `merge`, `mergeOn`, and `mergeBy`.
15+
16+
Improve performance of `concat`.
17+
18+
Improve performance of (`*>`), getting rid of the default implementation.
19+
20+
Generalise type signature of `toList_`.
421

522
- 0.2.1.0
623

0 commit comments

Comments
 (0)