We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c57a34 commit 2cdc1cfCopy full SHA for 2cdc1cf
1 file changed
CHANGELOG.md
@@ -16,6 +16,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
16
- `Fn1#withSelf`, a static method for constructing a self-referencing `Fn1`
17
- `HNil/SingletonHList/TupleX#snoc`, a method to add a new last element (append to a tuple)
18
19
+### Fixed
20
+- `IterateT#trampolineM` now yields and stages all recursive result values, rather
21
+ than prematurely terminating on the first termination result
22
+
23
## [5.2.0] - 2020-02-12
24
25
### Changed
0 commit comments