summaryrefslogtreecommitdiffstats
path: root/tokio/CHANGELOG.md
diff options
context:
space:
mode:
authorEliza Weisman <eliza@buoyant.io>2020-04-09 13:49:19 -0700
committerGitHub <noreply@github.com>2020-04-09 13:49:19 -0700
commit3137c6f07dabc4edc37acf717fd8c565bd78927b (patch)
tree3b12814e57f63092b874f460274f66917468a309 /tokio/CHANGELOG.md
parentd294c992e7236d5279d9e1a49b4536b21ccbc835 (diff)
chore: prepare to release 0.2.17 (#2392)
# 0.2.17 (April 9, 2020) ### Fixes - rt: bug in work-stealing queue (#2387) ### Changes - rt: threadpool uses logical CPU count instead of physical by default (#2391) Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Diffstat (limited to 'tokio/CHANGELOG.md')
-rw-r--r--tokio/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md
index f91a5a8c..92228f51 100644
--- a/tokio/CHANGELOG.md
+++ b/tokio/CHANGELOG.md
@@ -1,3 +1,11 @@
+# 0.2.17 (April 9, 2020)
+
+### Fixes
+- rt: bug in work-stealing queue (#2387)
+
+### Changes
+- rt: threadpool uses logical CPU count instead of physical by default (#2391)
+
# 0.2.16 (April 3, 2020)
### Fixes