From f38a370b945972c14ed72bf23b46d7826680d11b Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 11 Jul 2018 13:34:40 +0600 Subject: [PATCH] update changes --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 813459d6d..5fa6f12b2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -61,6 +61,15 @@ * Remove `HttpMessage::range()` +## [0.6.15] - 2018-07-11 + +### Fixed + +* Fix h2 compatibility #352 + +* Fix duplicate tail of StaticFiles with index_file. #344 + + ## [0.6.14] - 2018-06-21 ### Added