summaryrefslogtreecommitdiffstats
path: root/tokio/CHANGELOG.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-28 15:04:42 -0700
committerGitHub <noreply@github.com>2019-08-28 15:04:42 -0700
commita59e096c4740204993ab2017dbb5098a35f93992 (patch)
treedac76e669c47c7c56983a60b3e4ff4ae5236b4e2 /tokio/CHANGELOG.md
parentfc1640891e1cb4a2bf1ab032452e0e3ef6daf22c (diff)
prepare v0.2.0-alpha.3 release (#1505)
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 f2d27f1d..503152c9 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.3 (August 28, 2019)
+
+### Changed
+- `delay(...)` instead of `Delay::new(...)` (#1440).
+- use `tracing` instead of `log` (#1454).
+
+### Added
+- re-export `tokio_net::signal::ctrl_c()` (#1491).
+
# 0.2.0-alpha.2 (August 17, 2019)
### Changed