summaryrefslogtreecommitdiffstats
path: root/tokio-executor/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-executor/CHANGELOG.md')
-rw-r--r--tokio-executor/CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/tokio-executor/CHANGELOG.md b/tokio-executor/CHANGELOG.md
index 067cb964..82ec3606 100644
--- a/tokio-executor/CHANGELOG.md
+++ b/tokio-executor/CHANGELOG.md
@@ -1,3 +1,12 @@
+# 0.2.0-alpha.3 (August 28, 2019)
+
+### Changed
+- use `tracing` instead of `log`
+
+### Added
+- thread pool dedicated to blocking operations (#1495).
+- `Executor::spawn_with_handle` (#1492).
+
# 0.2.0-alpha.2 (August 17, 2019)
### Fixed