Skip to content

Commit

Permalink
Add missing items to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Stjepan Glavina committed Nov 27, 2019
1 parent dba4166 commit 0165d7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,13 @@ assert_eq!(right, [2, 4]);
## Changed

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

## Fixed

- 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

Expand Down

0 comments on commit 0165d7f

Please sign in to comment.