From 12f1dffa2d76577ed6a6ed2c15de75d91992f66f Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Thu, 15 Oct 2020 09:22:07 -0700 Subject: chore: prepare for v0.3.0 release (#2960) --- tokio-macros/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tokio-macros') 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 -- cgit v1.2.3