Skip to content

Commit 5881d9a

Browse files
Merge #256
256: update changelog r=yoshuawuyts a=yoshuawuyts Updates the changelog for 0.99.8. Thanks! Co-authored-by: Yoshua Wuyts <[email protected]>
2 parents 155256c + 000c98b commit 5881d9a

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

CHANGELOG.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,19 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
99

1010
# [0.99.8] - 2019-09-28
1111

12+
## Added
13+
14+
- Added README to examples directory.
15+
- Added concurrency documentation to the futures submodule.
16+
- Added `io::Read::take` method.
17+
- Added `io::Read::by_ref` method.
18+
- Added `io::Read::chain` method.
19+
1220
## Changed
1321

1422
- Pin futures-preview to `0.3.0-alpha.18`, to avoid rustc upgrade problems.
23+
- Simplified extension traits using a macro.
24+
- Use the `broadcast` module with `std::sync::Mutex`, reducing dependencies.
1525

1626
# [0.99.7] - 2019-09-26
1727

@@ -120,9 +130,10 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
120130

121131
- Initial beta release
122132

123-
[Unreleased]: https://github.com/async-rs/async-std/compare/v0.99.7...HEAD
124-
[0.99.7]: https://github.com/async-rs/async-std/compare/v0.99.6...0.99.7
125-
[0.99.6]: https://github.com/async-rs/async-std/compare/v0.99.5...0.99.6
133+
[Unreleased]: https://github.com/async-rs/async-std/compare/v0.99.8...HEAD
134+
[0.99.8]: https://github.com/async-rs/async-std/compare/v0.99.7...v0.99.8
135+
[0.99.7]: https://github.com/async-rs/async-std/compare/v0.99.6...v0.99.7
136+
[0.99.6]: https://github.com/async-rs/async-std/compare/v0.99.5...v0.99.6
126137
[0.99.5]: https://github.com/async-rs/async-std/compare/v0.99.4...v0.99.5
127138
[0.99.4]: https://github.com/async-rs/async-std/compare/v0.99.3...v0.99.4
128139
[0.99.3]: https://github.com/async-rs/async-std/tree/v0.99.3

0 commit comments

Comments
 (0)