1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

prepare actix-server release 2.0.0-rc.3

This commit is contained in:
Rob Ede
2021-12-31 08:09:28 +00:00
parent 5faa98f6d2
commit 3ba4eafde5
3 changed files with 8 additions and 4 deletions

View File

@ -3,6 +3,10 @@
## Unreleased - 2021-xx-xx
## 2.0.0-rc.3 - 2021-12-31
- No significant changes since `2.0.0-rc.2`.
## 2.0.0-rc.2 - 2021-12-27
- Simplify `TestServer`. [#431]