Skip to content

Commit 3caea4f

Browse files
Mention fair nesting operations in the changelog
1 parent 4fe027b commit 3caea4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/docs/Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ full list of deprecations, additions, and changes to the function signatures.
99

1010
* Added APIs for prompt cleanup of resources, allowing guaranteed
1111
cleanup as an alternative to GC-based cleanup.
12+
* Added operations for fair nesting of inner and outer streams for
13+
exploring them equally, generally useful but especially useful for logic
14+
programming use cases.
1215
* Introduced `Streamly.Data.Scanl` with a new `Scanl` type. Scans can
1316
split a stream into multiple streams, process them independently, and
1417
merge the results. The `Fold` type is now split into `Fold` and `Scanl`.

0 commit comments

Comments
 (0)