File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments