Skip to content

Commit 0165d7f

Browse files
author
Stjepan Glavina
committed
Add missing items to the changelog
1 parent dba4166 commit 0165d7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,13 @@ assert_eq!(right, [2, 4]);
4242
## Changed
4343

4444
- Enabled CI on master branch.
45+
- `Future::join` and `Future::try_join` can now join futures with different
46+
output types.
4547

4648
## Fixed
4749

4850
- Fixed the docs and `Debug` output of `BufWriter`.
51+
- Fixed a bug in `Stream::throttle` that made it consume too much CPU.
4952

5053
# [1.1.0] - 2019-11-21
5154

0 commit comments

Comments
 (0)