summaryrefslogtreecommitdiffstats
path: root/tokio/CHANGELOG.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-04-28 16:32:09 -0700
committerGitHub <noreply@github.com>2020-04-28 16:32:09 -0700
commit0f4287ac2bc8950088d20e4a94614b608891bfb5 (patch)
treedf541ec87102831c14c0cdca54468b2a4b9d11e3 /tokio/CHANGELOG.md
parent1bf1928088e5cc545eee447b38da7a785099059f (diff)
chore: prepare v0.2.20 release. (#2458)
Diffstat (limited to 'tokio/CHANGELOG.md')
-rw-r--r--tokio/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md
index 4635887b..26d052c5 100644
--- a/tokio/CHANGELOG.md
+++ b/tokio/CHANGELOG.md
@@ -1,3 +1,9 @@
+# 0.2.20 (April 28, 2020)
+
+### Fixes
+- sync: `broadcast` closing the channel no longer requires capacity (#2448).
+- rt: regression when configuring runtime with `max_threads` less than number of CPUs (#2457).
+
# 0.2.19 (April 24, 2020)
### Fixes