Skip to content

Commit 89ff37c

Browse files
committed
Updating CHANGELOG
1 parent 607aed2 commit 89ff37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
1111
- `Identity`, `Compose`, and `Const` functors all have better `toString` implementations
1212
- `Into3-8` now supports functions with parameter variance
1313
- `HListLens#tail` is now covariant in `Tail` parameter
14-
- More functions now automatically deforest nested calls (`drop`, `snoc`)
14+
- More functions now automatically deforest nested calls (`cons`, `cycle`, `distinct`, `drop`, `dropwhile`, `filter`, `map`, `reverse`, `snoc`, `take`, `takewhile`, `tail`)
1515

1616
### Added
1717
- `BoundedBifunctor`, a `Bifunctor` super type that offers upper bounds for both parameters

0 commit comments

Comments
 (0)