summaryrefslogtreecommitdiffstats
path: root/tokio/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Gjengset <jon@thesquareplanet.com>2019-09-30 18:35:52 -0400
committerLucio Franco <luciofranco14@gmail.com>2019-09-30 18:35:52 -0400
commit5efe31f2ed3c797e8055306a05faa3d7e786e7b6 (patch)
treec7aaabac5bd77f9be28ad60a3441f56122a16673 /tokio/CHANGELOG.md
parent5ce5a0a0e0fa529a571796d62854a19282848e72 (diff)
Prepare for release of 0.2.0-alpha.6 (#1617)
Note that `tokio-timer` and `tokio-tls` become 0.3.0-alpha.6 (not 0.2.0)
Diffstat (limited to 'tokio/CHANGELOG.md')
-rw-r--r--tokio/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md
index 82d42777..5adc8a70 100644
--- a/tokio/CHANGELOG.md
+++ b/tokio/CHANGELOG.md
@@ -1,6 +1,11 @@
This changelog only applies to the `tokio` crate proper. Each sub crate
maintains its own changelog tracking changes made in each respective sub crate.
+# 0.2.0-alpha.6 (September 30, 2019)
+
+- Move to `futures-*-preview 0.3.0-alpha.19`
+- Move to `pin-project 0.4`
+
# 0.2.0-alpha.5 (September 19, 2019)
### Changed