summaryrefslogtreecommitdiffstats
path: root/tokio/CHANGELOG.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-11-30 12:57:31 -0800
committerGitHub <noreply@github.com>2020-11-30 12:57:31 -0800
commit08548583b948a0be04338f1b1462917c001dbf4a (patch)
treebc964338ba8d03930d53192a1e2288132330ff97 /tokio/CHANGELOG.md
parent7707ba88efa9b9d78436f1fbdc873d81bfc3f7a5 (diff)
chore: prepare v0.3.5 release (#3201)
Diffstat (limited to 'tokio/CHANGELOG.md')
-rw-r--r--tokio/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md
index 994dda49..b9bbd04a 100644
--- a/tokio/CHANGELOG.md
+++ b/tokio/CHANGELOG.md
@@ -1,3 +1,13 @@
+# 0.3.5 (November 30, 2020)
+
+### Fixed
+- rt: fix `shutdown_timeout(0)` (#3196).
+- time: fixed race condition with small sleeps (#3069).
+
+### Added
+- io: `AsyncFd::with_interest()` (#3167).
+- signal: `CtrlC` stream on windows (#3186).
+
# 0.3.4 (November 18, 2020)
### Fixed