Skip to content

Commit 2555e37

Browse files
Rearrange, update changelog, add more description
1 parent 2045fed commit 2555e37

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

core/docs/Changelog.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,18 @@
66

77
### Enhancements
88

9-
* Add several concurrent combinators for folds in `Streamly.Data.Fold.Prelude`.
10-
* Split the `Fold` type in two, `Fold` and `Scanl`. `Streamly.Data.Scanl`
11-
module is added for the new `Scanl` type.
9+
* Add several new concurrent combinators for folds in
10+
`Streamly.Data.Fold.Prelude`.
11+
* Add `Streamly.Data.Scanl` module is added for the new `Scanl` type. Composable
12+
scans can be used to split streams into multiple streams, process them
13+
independently (concurrently too) and merge the results. The `Fold` type has
14+
been split in two types, `Fold` and `Scanl`.
15+
* Add a `Path` type and some type wrappers for flexibly typed file
16+
system paths, following modules are added:
17+
- Streamly.FileSystem.Path
18+
- Streamly.FileSystem.Path.Node
19+
- Streamly.FileSystem.Path.Seg
20+
- Streamly.FileSystem.Path.SegNode
1221
* Add `Streamly.FileSystem.DirIO` and `Streamly.FileSystem.FileIO`
1322
modules. These new module replace `Streamly.FileSystem.Dir`,
1423
`Streamly.FileSystem.File` modules which have been deprecated. The
@@ -17,12 +26,6 @@
1726
representation. The DirIO module API takes an additional ReadOptions
1827
argument to modify the behavior. Please note that the directory read
1928
APIs in the new module do not follow symlinks by default.
20-
* Add a `Path` type and some type wrappers for flexibly typed file
21-
system paths, following modules are added:
22-
- Streamly.FileSystem.Path
23-
- Streamly.FileSystem.Path.Node
24-
- Streamly.FileSystem.Path.Seg
25-
- Streamly.FileSystem.Path.SegNode
2629
* Remove the `Storable` constraint from the following functions:
2730
- Streamly.Data.Stream.isInfixOf
2831
- Streamly.Data.Array.writeLastN

0 commit comments

Comments
 (0)