summaryrefslogtreecommitdiffstats
path: root/tokio/CHANGELOG.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-05-13 11:45:02 -0700
committerGitHub <noreply@github.com>2020-05-13 11:45:02 -0700
commit02661ba30aed5d02e142212a323103d1bf84557b (patch)
tree14749b25bf6da4203a05d519e41f504e28e23eaa /tokio/CHANGELOG.md
parentfb7dfcf4322b5e60604815aea91266b88f0b7823 (diff)
chore: prepare v0.2.21 release (#2530)
Diffstat (limited to 'tokio/CHANGELOG.md')
-rw-r--r--tokio/CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md
index 26d052c5..b852b393 100644
--- a/tokio/CHANGELOG.md
+++ b/tokio/CHANGELOG.md
@@ -1,3 +1,20 @@
+# 0.2.21 (May 13, 2020)
+
+### Fixes
+
+- macros: disambiguate built-in `#[test]` attribute in macro expansion (#2503)
+- rt: `LocalSet` and task budgeting (#2462).
+- rt: task budgeting with `block_in_place` (#2502).
+- sync: release `broadcast` channel memory without sending a value (#2509).
+- time: notify when resetting a `Delay` to a time in the past (#2290).
+
+### Added
+- io: `get_mut`, `get_ref`, and `into_inner` to `Lines` (#2450).
+- io: `mio::Ready` argument to `PollEvented` (#2419).
+- os: illumos support (#2486).
+- rt: `Handle::spawn_blocking` (#2501).
+- sync: `OwnedMutexGuard` for `Arc<Mutex<T>>` (#2455).
+
# 0.2.20 (April 28, 2020)
### Fixes