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

prepare awc release 3.1.1

This commit is contained in:
Rob Ede
2023-02-26 03:34:47 +00:00
parent e2fed91efd
commit 115701eb86
4 changed files with 7 additions and 6 deletions

View File

@ -2,6 +2,8 @@
## Unreleased - 2023-xx-xx
## 3.1.1 - 2023-02-26
### Changed
- `client::Connect` is now public to allow tunneling connection with `client::Connector`.
@ -93,7 +95,7 @@
- `cookie` upgrade addresses [`RUSTSEC-2020-0071`].
[`RUSTSEC-2020-0071`]: https://rustsec.org/advisories/RUSTSEC-2020-0071.html
[`rustsec-2020-0071`]: https://rustsec.org/advisories/RUSTSEC-2020-0071.html
[#1813]: https://github.com/actix/actix-web/pull/1813
[#1869]: https://github.com/actix/actix-web/pull/1869
[#1905]: https://github.com/actix/actix-web/pull/1905
@ -153,7 +155,7 @@
- `cookie` upgrade addresses [`RUSTSEC-2020-0071`].
[#2555]: https://github.com/actix/actix-web/pull/2555
[`RUSTSEC-2020-0071`]: https://rustsec.org/advisories/RUSTSEC-2020-0071.html
[`rustsec-2020-0071`]: https://rustsec.org/advisories/RUSTSEC-2020-0071.html
## 3.0.0-beta.16 - 2021-12-29