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

[awc] change client::Connect to be public (#2690)

This commit is contained in:
Joel Wurtz
2023-02-09 10:32:04 +01:00
committed by GitHub
parent 359d5d5c80
commit bf1f169be2
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
# Changes
## Unreleased - 2022-xx-xx
## Unreleased - 2023-xx-xx
### Changed
- `client::Connect` is now public to allow tunneling connection with `client::Connector`.
## 3.1.0 - 2023-01-21