Skip to content

Commit 7a18ca2

Browse files
authored
doc: add from_std change to CHANGELOG (#3075)
1 parent 4a7b7c5 commit 7a18ca2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokio/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Biggest changes are:
6666
- fs: `File` operations take `&self` (#2930).
6767
- rt: runtime API, and `#[tokio::main]` macro polish (#2876)
6868
- rt: `Runtime::enter` uses an RAII guard instead of a closure (#2954).
69+
- net: the `from_std` function on all sockets no longer sets socket into non-blocking mode (#2893)
6970

7071
### Added
7172
- sync: `map` function to lock guards (#2445).

0 commit comments

Comments
 (0)