From 500759e5661c69ed33d4a7a408eaeb31f800517e Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sun, 28 Jul 2019 23:58:06 +0200 Subject: [PATCH] Add entry to changelog --- actix-http/CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 4b53161ae..cffdd7af1 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -2,6 +2,10 @@ ## [0.2.8] - 2019-07-xx +### Changed + +* Add `Clone` impl for `HeaderMap` + ### Fixed * Invalid response with compression middleware enabled, but compression-related features disabled #997