doc: add from_std change to CHANGELOG (#3075)

This commit is contained in:
Alice Ryhl 2020-11-02 19:25:43 +01:00 committed by GitHub
parent 4a7b7c52d1
commit 7a18ca2be0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).