summaryrefslogtreecommitdiffstats
path: root/tokio/CHANGELOG.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-11-26 21:46:02 -0800
committerGitHub <noreply@github.com>2019-11-26 21:46:02 -0800
commit632ee507ba08b4e50dd080609ffd5d0fb7db1163 (patch)
treec458ddd8d3eb27c137946820ff460fb4318f2b69 /tokio/CHANGELOG.md
parent7f605ee27fbe8e7976b0e450620d6f8af30e0628 (diff)
prepare v0.2.1 release (#1832)
This includes `task::LocalSet` as well as some misc small fixes.
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 25efc0d8..944b9d51 100644
--- a/tokio/CHANGELOG.md
+++ b/tokio/CHANGELOG.md
@@ -1,3 +1,13 @@
+# 0.2.1 (November 26, 2019)
+
+### Fixes
+- API docs for `TcpListener::incoming`, `UnixListener::incoming` (#1831).
+
+### Added
+- `tokio::task::LocalSet` provides a strategy for spawning `!Send` tasks (#1733).
+- export `tokio::time::Elapsed` (#1826).
+- impl `AsRawFd`, `AsRawHandle` for `tokio::fs::File` (#1827).
+
# 0.2.0 (November 26, 2019)
A major breaking change. Most implementation and APIs have changed one way or