Skip to content

Commit

Permalink
chore(tls): changelog wording
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jan 17, 2024
1 parent 968ad3b commit bd1467e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions actix-tls/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## 3.2.0

- Support Rustls v0.22.
- Added `{accept, connect}::rustls_0_22` modules.
- Add `{accept, connect}::rustls_0_22` modules.
- Add `rustls-0_21-native-roots` and `rustls-0_20-native-roots` crate features which utilize the `rustls-native-certs` crate to enable a `native_roots_cert_store()` functions in each rustls-based `connect` module.
- Implement `Host` for `http::Uri` (`http` crate version `1`).

Expand All @@ -16,8 +16,8 @@
## 3.1.0

- Support Rustls v0.21.
- Added `{accept, connect}::rustls_0_21` modules.
- Added `{accept, connect}::rustls_0_20` alias for `{accept, connect}::rustls` modules.
- Add `{accept, connect}::rustls_0_21` modules.
- Add `{accept, connect}::rustls_0_20` alias for `{accept, connect}::rustls` modules.
- Minimum supported Rust version (MSRV) is now 1.65.

## 3.0.4
Expand Down

0 comments on commit bd1467e

Please sign in to comment.