forked from mirror/async-std
Add missing items to the changelog
This commit is contained in:
parent
dba416608a
commit
0165d7f6d1
1 changed files with 3 additions and 0 deletions
|
@ -42,10 +42,13 @@ assert_eq!(right, [2, 4]);
|
||||||
## Changed
|
## Changed
|
||||||
|
|
||||||
- Enabled CI on master branch.
|
- Enabled CI on master branch.
|
||||||
|
- `Future::join` and `Future::try_join` can now join futures with different
|
||||||
|
output types.
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
|
|
||||||
- Fixed the docs and `Debug` output of `BufWriter`.
|
- Fixed the docs and `Debug` output of `BufWriter`.
|
||||||
|
- Fixed a bug in `Stream::throttle` that made it consume too much CPU.
|
||||||
|
|
||||||
# [1.1.0] - 2019-11-21
|
# [1.1.0] - 2019-11-21
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue