Skip to content

Commit d07b090

Browse files
committed
doc: condensed changelog for next release
1 parent f810e24 commit d07b090

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Unreleased
2+
3+
## New features
4+
5+
- `itertools` collection of iterators that are focused on processing (byte) streams of information collected from subprocesses. This includes basic support for simple pipe-like processing stream, including splitting off, and rejoining certain items in such a stream. These tools extend and interoperate with standard Python utilities for iterables, such as the built-in `itertools`, and the `more_itertools` package. [[3175cafe]](https://github.com/datalad/datasalad/commit/3175cafe)
6+
7+
## Documentation
8+
9+
- show off new features on the frontpage [[751e5bf9]](https://github.com/datalad/datasalad/commit/751e5bf9)
10+
- update project metadata [[72ecde84]](https://github.com/datalad/datasalad/commit/72ecde84)
11+
12+
113
# v0.1.0 (2024-06-14)
214

315
## New features

0 commit comments

Comments
 (0)