Skip to content

Commit 22f2d96

Browse files
committed
update changelog
1 parent 8150157 commit 22f2d96

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
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org).
66

7+
## [1.0.0] - 2023-01-06
8+
9+
### Added
10+
11+
- `BufList` now implements `Extend<B: Buf>`. This means you can now collect a stream of `Bytes`, or other `Buf` chunks, directly into a `BufList` via [`StreamExt::collect`](https://docs.rs/futures/latest/futures/stream/trait.StreamExt.html#method.collect).
12+
- Collecting a fallible stream is also possible, via [`TryStreamExt::try_collect`](https://docs.rs/futures/latest/futures/stream/trait.TryStreamExt.html#method.try_collect).
13+
14+
### Changed
15+
16+
- `push_chunk` now has a type parameter `B: Buf` rather than `impl Buf`.
17+
718
## [0.1.3] - 2022-12-11
819

920
- Fix license indication in README: this crate is Apache-2.0 only, not MIT OR Apache-2.0.
@@ -21,6 +32,7 @@ This project adheres to [Semantic Versioning](https://semver.org).
2132

2233
- Initial release.
2334

35+
[1.0.0]: https://github.com/sunshowers-code/buf-list/releases/tag/1.0.0
2436
[0.1.3]: https://github.com/sunshowers-code/buf-list/releases/tag/0.1.3
2537
[0.1.2]: https://github.com/sunshowers-code/buf-list/releases/tag/0.1.2
2638
[0.1.1]: https://github.com/sunshowers-code/buf-list/releases/tag/0.1.1

0 commit comments

Comments
 (0)