summaryrefslogtreecommitdiffstats
path: root/tokio/CHANGELOG.md
diff options
context:
space:
mode:
authorIvan Petkov <ivanppetkov@gmail.com>2019-11-29 11:09:28 -0800
committerCarl Lerche <me@carllerche.com>2019-11-29 11:09:28 -0800
commit467b6ea78364515e1472338cce70ef029e9bbb38 (patch)
tree38bbb4323bed373df9dfb1d53bc9042d4d9d8f25 /tokio/CHANGELOG.md
parenta2cfc877a7f45eb0e1ae8d2775e22ee91da725ec (diff)
chore: prepare v0.2.2 release (#1857)
Diffstat (limited to 'tokio/CHANGELOG.md')
-rw-r--r--tokio/CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md
index 944b9d51..389a764d 100644
--- a/tokio/CHANGELOG.md
+++ b/tokio/CHANGELOG.md
@@ -1,3 +1,20 @@
+# 0.2.2 (November 29, 2019)
+
+### Fixes
+- scheduling with `basic_scheduler` (#1861).
+- update `spawn` panic message to specify that a task scheduler is required (#1839).
+- API docs example for `runtime::Builder` to include a task scheduler (#1841).
+- general documentation (#1834).
+- building on illumos/solaris (#1772).
+- panic when dropping `LocalSet` (#1843).
+- API docs mention the required Cargo features for `Builder::{basic, threaded}_scheduler` (#1858).
+
+### Added
+- impl `Stream` for `signal::unix::Signal` (#1849).
+- API docs for platform specific behavior of `signal::ctrl_c` and `signal::unix::Signal` (#1854).
+- API docs for `signal::unix::Signal::{recv, poll_recv}` and `signal::windows::CtrlBreak::{recv, poll_recv}` (#1854).
+- `File::into_std` and `File::try_into_std` methods (#1856).
+
# 0.2.1 (November 26, 2019)
### Fixes