changes add pr's link

This commit is contained in:
lishuo 2021-02-04 14:06:51 +08:00
parent 9f968bfb05
commit 24b077bf66
1 changed files with 2 additions and 1 deletions

View File

@ -2,9 +2,10 @@
## Unreleased - 2021-xx-xx ## Unreleased - 2021-xx-xx
* Hidden `ServerBuilder::start` method has been removed. Use `ServerBuilder::run`. [#246] * Hidden `ServerBuilder::start` method has been removed. Use `ServerBuilder::run`. [#246]
* Add retry for EINTR(`io::Interrupted`) in `Accept`'s poll loop. * Add retry for EINTR(`io::Interrupted`) in `Accept`'s poll loop. [#264]
[#246]: https://github.com/actix/actix-net/pull/246 [#246]: https://github.com/actix/actix-net/pull/246
[#264]: https://github.com/actix/actix-net/pull/264
## 2.0.0-beta.2 - 2021-01-03 ## 2.0.0-beta.2 - 2021-01-03