From 54bcbef712db672a7865933b805e89fea6c58ee9 Mon Sep 17 00:00:00 2001 From: Peter Schwarz Date: Wed, 14 Aug 2019 16:09:17 -0500 Subject: [PATCH] Update changes with flate2/libc fix Signed-off-by: Peter Schwarz --- actix-http/CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index c8d1b2ae8..2b55dc6db 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -1,5 +1,11 @@ # Changes +## [0.2.10] - unreleased + +### Fixed + +* Add flate2/libc feature for flate2-zlib to fix compliation issue + ## [0.2.9] - 2019-08-13 ### Changed