diff options
author | gilles henaux <gill.henaux@gmail.com> | 2023-02-20 21:50:36 +0100 |
---|---|---|
committer | gilles henaux <gill.henaux@gmail.com> | 2023-02-20 21:50:36 +0100 |
commit | c77e90c7b322b8ada71590d938150579b76431d5 (patch) | |
tree | 38a9eeee0ad07b8ee6e970b524133b116e7bb767 | |
parent | 027ab7e3c50168e56d057574c22a0ec65f8ba14a (diff) |
Update changelog
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f8543bd..4b82593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Version 0.4.0-dev + +- [client]: Fix IPv6 handling. + - Remove `ConnectionConfiguration::new` + - Add `ConnectionConfiguration::from_strings`, `ConnectionConfiguration::from_ips` and `ConnectionConfiguration::from_addrs` +- [server]: Fix IPv6 handling. + - Rename `ServerConfigurationData` to `ServerConfiguration`. + - Remove `ServerConfiguration::new` + - Add `ServerConfiguration::from_string`, `ServerConfiguration::from_ip` and `ServerConfiguration::from_addr` + - Add `server_hostname` to `CertificateRetrievalMode::GenerateSelfSigned` and `CertificateRetrievalMode::LoadFromFileOrGenerateSelfSigned` + ## Version 0.3.0 (2023-01-20) ### Added |