Skip to content

Commit 9152b76

Browse files
Keruspeyoshuawuyts
andauthored
Apply suggestions from code review
Co-authored-by: Yosh <[email protected]>
1 parent f597326 commit 9152b76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
1313

1414
# [1.11.0] - 2022-03-17
1515

16-
This release comes with an assortment of small features and fixes.
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.
1717

1818
## Added
1919
- `TcpListener::into_incoming` to convert a `TcpListener` into a stream of incoming TCP connections
2020

2121
## Removed
22-
- Internal `extension_trait` macro had been removed and its users rewritten.
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.
2323

2424
## Changed
2525
- Some internal code has been de-macro-ified, making for quicker compile times.

0 commit comments

Comments
 (0)