From e5f7e4e481a9a45bab45490d75176d691a33c6be Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 5 Jun 2018 08:55:28 -0700 Subject: [PATCH] update changelog --- CHANGES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d79a1d86..ea2aca9d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -24,7 +24,7 @@ * Remove `Route::with2()` and `Route::with3()` use tuple of extractors instead. -### Fixed +## [0.6.11] - 2018-06-xx * Support chunked encoding for UrlEncoded body #262 @@ -34,6 +34,8 @@ * CORS: Do not validate Origin header on non-OPTION requests #271 +* Fix multipart upload "Incomplete" error #282 + ## [0.6.10] - 2018-05-24