From 078e317c0be7cc153728e5355dc42de4031eeaa1 Mon Sep 17 00:00:00 2001 From: Arthur Silva Date: Fri, 30 Apr 2021 00:26:28 +0200 Subject: [PATCH] tokio: update CHANGELOG.md (#3735) --- tokio/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md index 080892064..51626a1ab 100644 --- a/tokio/CHANGELOG.md +++ b/tokio/CHANGELOG.md @@ -19,6 +19,7 @@ - rt: fix panic in `JoinHandle::abort()` when called from other threads ([#3672]) - sync: don't panic in `oneshot::try_recv` ([#3674]) - sync: fix notifications getting dropped on receiver drop ([#3652]) +- sync: fix `Semaphore` permit overflow calculation ([#3644]) ### Documented