tokio: update CHANGELOG.md (#3735)

This commit is contained in:
Arthur Silva
2021-04-30 00:26:28 +02:00
committed by GitHub
parent ce9697f2a2
commit 078e317c0b
+1
View File
@@ -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