Skip to content

Commit

Permalink
doc: add from_std change to CHANGELOG (#3075)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Nov 2, 2020
1 parent 4a7b7c5 commit 7a18ca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio/CHANGELOG.md
Expand Up @@ -66,6 +66,7 @@ Biggest changes are:
- fs: `File` operations take `&self` (#2930).
- rt: runtime API, and `#[tokio::main]` macro polish (#2876)
- rt: `Runtime::enter` uses an RAII guard instead of a closure (#2954).
- net: the `from_std` function on all sockets no longer sets socket into non-blocking mode (#2893)

### Added
- sync: `map` function to lock guards (#2445).
Expand Down

0 comments on commit 7a18ca2

Please sign in to comment.