From 21418c7414d007372615dcadd14bf17d93d5858a Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 29 May 2019 16:15:12 -0700 Subject: [PATCH] prep actix-http release --- actix-http/CHANGES.md | 7 +++++++ actix-http/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 041596c31..edc075b92 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.2.2] - 2019-05-29 + +### Fixed + +* Parse incoming stream before closing stream on disconnect #868 + + ## [0.2.1] - 2019-05-25 ### Fixed diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index b4bfabec5..187d84da1 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-http" -version = "0.2.1" +version = "0.2.2" authors = ["Nikolay Kim "] description = "Actix http primitives" readme = "README.md"