From 000c98bf887b3b1578b7aefae16674ef909e66d8 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Sat, 28 Sep 2019 17:53:48 +0200 Subject: [PATCH] update changelog Signed-off-by: Yoshua Wuyts --- CHANGELOG.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc84cb9..cdce134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,19 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview # [0.99.8] - 2019-09-28 +## Added + +- Added README to examples directory. +- Added concurrency documentation to the futures submodule. +- Added `io::Read::take` method. +- Added `io::Read::by_ref` method. +- Added `io::Read::chain` method. + ## Changed - Pin futures-preview to `0.3.0-alpha.18`, to avoid rustc upgrade problems. +- Simplified extension traits using a macro. +- Use the `broadcast` module with `std::sync::Mutex`, reducing dependencies. # [0.99.7] - 2019-09-26 @@ -120,9 +130,10 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview - Initial beta release -[Unreleased]: https://github.com/async-rs/async-std/compare/v0.99.7...HEAD -[0.99.7]: https://github.com/async-rs/async-std/compare/v0.99.6...0.99.7 -[0.99.6]: https://github.com/async-rs/async-std/compare/v0.99.5...0.99.6 +[Unreleased]: https://github.com/async-rs/async-std/compare/v0.99.8...HEAD +[0.99.8]: https://github.com/async-rs/async-std/compare/v0.99.7...v0.99.8 +[0.99.7]: https://github.com/async-rs/async-std/compare/v0.99.6...v0.99.7 +[0.99.6]: https://github.com/async-rs/async-std/compare/v0.99.5...v0.99.6 [0.99.5]: https://github.com/async-rs/async-std/compare/v0.99.4...v0.99.5 [0.99.4]: https://github.com/async-rs/async-std/compare/v0.99.3...v0.99.4 [0.99.3]: https://github.com/async-rs/async-std/tree/v0.99.3