Skip to content

Commit

Permalink
Update the changelog for Scanl and conc fold changes
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Aug 27, 2024
1 parent 81f4790 commit 78c3551
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions core/docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

## Unreleased

* Add the following modules
- Streamly.Data.Scan
* Add several concurrent combinators for folds in `Streamly.Data.Fold.Prelude`.
* Split the `Fold` type in two, `Fold` and `Scanl`. `Streamly.Data.Scanl`
module is added for the new `Scanl` type.
* Add a `Path` type for representing file system paths, following modules are
added:
- Streamly.FileSystem.Path
- Streamly.FileSystem.Path.LocSeg
- Streamly.FileSystem.Path.FileDir
Expand Down

0 comments on commit 78c3551

Please sign in to comment.