summaryrefslogtreecommitdiffstats
path: root/tokio/CHANGELOG.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-09-19 13:39:35 -0700
committerGitHub <noreply@github.com>2019-09-19 13:39:35 -0700
commit80ba2a4ff60247f49537ee7d67baa0c22f6be16e (patch)
tree28bce4a874e49217b42f523a30a9de981b1b9061 /tokio/CHANGELOG.md
parent8d09f61d3317fbb87288ad8bba19beed0cde8aab (diff)
Release 0.2.0 alpha.5 (#1576)
Diffstat (limited to 'tokio/CHANGELOG.md')
-rw-r--r--tokio/CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md
index d905ddfb..82d42777 100644
--- a/tokio/CHANGELOG.md
+++ b/tokio/CHANGELOG.md
@@ -1,6 +1,15 @@
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.5 (September 19, 2019)
+
+### Changed
+- rename `sleep` to `delay_for` (#1518).
+- rename `Lock` to `Mutex` and make it more like `std::sync::Mutex` (#1573).
+
+### Added
+- add generic `split` for `AsyncRead + AsyncWrite` (#1521).
+
# 0.2.0-alpha.4 (August 29, 2019)
- Track tokio-net release.