summaryrefslogtreecommitdiffstats
path: root/tokio-macros
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-10-15 09:22:07 -0700
committerGitHub <noreply@github.com>2020-10-15 09:22:07 -0700
commit12f1dffa2d76577ed6a6ed2c15de75d91992f66f (patch)
treec20c316d56b29b8654208e0ac15499c6df3a2e58 /tokio-macros
parent871289b3e7edee4a4fbe481f38e444dc6b60819a (diff)
chore: prepare for v0.3.0 release (#2960)
Diffstat (limited to 'tokio-macros')
-rw-r--r--tokio-macros/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/tokio-macros/CHANGELOG.md b/tokio-macros/CHANGELOG.md
index 91844627..76afcbe7 100644
--- a/tokio-macros/CHANGELOG.md
+++ b/tokio-macros/CHANGELOG.md
@@ -1,3 +1,11 @@
+# 0.3.0 (October 15, 2020)
+
+- Track `tokio` 0.3 release.
+
+### Changed
+- options are renamed to track `tokio` runtime builder fn names.
+- `#[tokio::main]` macro requires `rt-multi-thread` when no `flavor` is specified.
+
# 0.2.5 (February 27, 2019)
### Fixed