You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
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月22日
15
+
16
+
This release improves compile times by up to 55% on initial builds, and up to 75% on recompilation. Additionally we've added a few new APIs and made some tweaks.
17
+
18
+
## Added
19
+
-`TcpListener::into_incoming` to convert a `TcpListener` into a stream of incoming TCP connections
20
+
21
+
## Removed
22
+
- The internal `extension_trait` macro had been removed. This drastically improves compile times for `async-std`, but changes the way our documentation is rendered. This is a cosmetic change only, and all existing code should continue to work as it did before.
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.
0 commit comments