File tree 1 file changed +14
-3
lines changed
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
9
9
10
10
# [ 0.99.8] - 2019-09-28
11
11
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
+
12
20
## Changed
13
21
14
22
- 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.
15
25
16
26
# [ 0.99.7] - 2019-09-26
17
27
@@ -120,9 +130,10 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
120
130
121
131
- Initial beta release
122
132
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
126
137
[ 0.99.5 ] : https://github.com/async-rs/async-std/compare/v0.99.4...v0.99.5
127
138
[ 0.99.4 ] : https://github.com/async-rs/async-std/compare/v0.99.3...v0.99.4
128
139
[ 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