Skip to content

Commit 2cdc1cf

Browse files
committed
Updating CHANGELOG
1 parent 9c57a34 commit 2cdc1cf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
1616
- `Fn1#withSelf`, a static method for constructing a self-referencing `Fn1`
1717
- `HNil/SingletonHList/TupleX#snoc`, a method to add a new last element (append to a tuple)
1818

19+
### Fixed
20+
- `IterateT#trampolineM` now yields and stages all recursive result values, rather
21+
than prematurely terminating on the first termination result
22+
1923
## [5.2.0] - 2020-02-12
2024

2125
### Changed

0 commit comments

Comments
 (0)