File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,23 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
11
11
## Removed
12
12
## Changed
13
13
14
+ # [ 1.11.0] - 2022-03-17
15
+
16
+ This release comes with an assortment of small features and fixes.
17
+
18
+ ## Added
19
+ - ` TcpListener::into_incoming ` to convert a ` TcpListener ` into a stream of incoming TCP connections
20
+
21
+ ## Removed
22
+ - Internal ` extension_trait ` macro had been removed and its users rewritten.
23
+
24
+ ## Changed
25
+ - Some internal code has been de-macro-ified, making for quicker compile times.
26
+ - We now use the default recursion limit.
27
+
28
+ ## Docs
29
+ - Several docs improvements / fixes.
30
+
14
31
# [ 1.10.0] - 2021-08-25
15
32
16
33
This release comes with an assortment of small features and fixes.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async-std"
3
- version = " 1.10 .0"
3
+ version = " 1.11 .0"
4
4
authors = [
5
5
" Stjepan Glavina <stjepang@gmail.com>" ,
6
6
" Yoshua Wuyts <yoshuawuyts@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments