summaryrefslogtreecommitdiffstats
path: root/tokio/CHANGELOG.md
diff options
context:
space:
mode:
authorAlice Ryhl <alice@ryhl.io>2020-04-13 05:40:34 +0200
committerGitHub <noreply@github.com>2020-04-12 20:40:34 -0700
commit5376f9181f30961f8354c9f70d8e94e2d8a1d7bb (patch)
tree071701f75600b1a5d45e9385bf22944393e3a062 /tokio/CHANGELOG.md
parent4fc2adae4fcc76fa8ff1169fed3db6d7c9100c4a (diff)
chore: prepare to release 0.2.18 (#2399)
Diffstat (limited to 'tokio/CHANGELOG.md')
-rw-r--r--tokio/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md
index 92228f51..84e4486d 100644
--- a/tokio/CHANGELOG.md
+++ b/tokio/CHANGELOG.md
@@ -1,3 +1,9 @@
+# 0.2.18 (April 12, 2020)
+
+### Fixes
+- task: `LocalSet` was incorrectly marked as `Send` (#2398)
+- io: correctly report `WriteZero` failure in `write_int` (#2334)
+
# 0.2.17 (April 9, 2020)
### Fixes