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
+14-2
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,21 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
7
7
8
8
## [Unreleased]
9
9
10
+
# [1.6.0-beta.2] - 2020-05-19
11
+
12
+
## Added
13
+
14
+
- Added an environment variable to configure the thread pool size of the runtime. ([#774](https://github.com/async-rs/async-std/pull/774))
15
+
- Implement `Clone` for `UnixStream` ([#772](https://github.com/async-rs/async-std/pull/772))
16
+
10
17
## Changed
11
18
12
19
- For `wasm`, switched underlying `Timer` implementation to [`futures-timer`](https://github.com/async-rs/futures-timer). ([#776](https://github.com/async-rs/async-std/pull/776))
13
20
21
+
## Fixed
22
+
23
+
- Use `smol::block_on` to handle drop of `File`, avoiding nested executor panic. ([#768](https://github.com/async-rs/async-std/pull/768))
0 commit comments