Skip to content

Commit

Permalink
Merge pull request #1009 from Keruspe/release-1.11
Browse files Browse the repository at this point in the history
prepare 1.11.0
  • Loading branch information
Keruspe committed Mar 22, 2022
2 parents f201f4a + 1b8c7dc commit 2c63046
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
## Removed
## Changed

# [1.11.0] - 2022-03-22

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.

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

## Removed
- 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.

## Changed
- Some internal code has been de-macro-ified, making for quicker compile times.
- We now use the default recursion limit.

## Docs
- Several docs improvements / fixes.

# [1.10.0] - 2021-08-25

This release comes with an assortment of small features and fixes.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-std"
version = "1.10.0"
version = "1.11.0"
authors = [
"Stjepan Glavina <stjepang@gmail.com>",
"Yoshua Wuyts <yoshuawuyts@gmail.com>",
Expand Down

0 comments on commit 2c63046

Please sign in to comment.