Update CHANGES.md

This commit is contained in:
Rob Ede 2024-06-09 03:48:32 +01:00 committed by GitHub
parent d744c0faa2
commit ec59967fbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -2,13 +2,14 @@
## Unreleased
- Add `TestServerConfig::listen_address()` method.
## 0.1.4
- Add `TestServerConfig::rustls_0_23()` method for Rustls v0.23 support behind new `rustls-0_23` crate feature.
- Add `TestServerConfig::disable_redirects()` method.
- Various types from `awc`, such as `ClientRequest` and `ClientResponse`, are now re-exported.
- Minimum supported Rust version (MSRV) is now 1.72.
- TestServer can now be told to listen on an interface other than `localhost`, via the `TestServerConfig::listen_address()` method.
## 0.1.3