From ec59967fbb55178f35eaed2fba9015b6a3251b7f Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 9 Jun 2024 03:48:32 +0100 Subject: [PATCH] Update CHANGES.md --- actix-test/CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/actix-test/CHANGES.md b/actix-test/CHANGES.md index 506bc4083..dd409c917 100644 --- a/actix-test/CHANGES.md +++ b/actix-test/CHANGES.md @@ -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