changelog: fix missing link for 1.8.2 (#6199)

This commit is contained in:
Alice Ryhl
2023-12-08 17:51:46 +00:00
committed by GitHub
parent debcb2254a
commit e05d0f8c2c
+3 -1
View File
@@ -1547,7 +1547,9 @@ Fixes a missed edge case from 1.8.1.
### Fixed
- runtime: drop canceled future on next poll (#3965)
- runtime: drop canceled future on next poll ([#3965])
[#3965]: https://github.com/tokio-rs/tokio/pull/3965
# 1.8.1 (July 6, 2021)