From 0d15861e234a5aa8da4063df07f6effc33709eda Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Thu, 1 Aug 2019 15:26:30 -0700 Subject: [PATCH] prepare actix-http release --- actix-http/CHANGES.md | 7 ++++--- actix-http/Cargo.toml | 2 ++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index b14c5784..d7cd42f6 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -1,11 +1,12 @@ # Changes -## [0.2.8] - 2019-07-xx +## [0.2.8] - 2019-08-01 -### Changed +### Added + +* Add `rustls` support * Add `Clone` impl for `HeaderMap` -* Add `rustls` support ### Fixed diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index ad626eb1..f54fc9a2 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -27,6 +27,8 @@ default = [] # openssl ssl = ["openssl", "actix-connect/ssl"] + +# rustls support rust-tls = ["rustls", "webpki-roots", "actix-connect/rust-tls"] # brotli encoding, requires c compiler