From 0e3820afdffc63316ada8bb86e04e5662b6b721b Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 11 Apr 2018 16:49:45 -0700 Subject: [PATCH] Update MIGRATION-0.4-0.5.md --- MIGRATION-0.4-0.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION-0.4-0.5.md b/MIGRATION-0.4-0.5.md index 1ba32f71b..457696bdc 100644 --- a/MIGRATION-0.4-0.5.md +++ b/MIGRATION-0.4-0.5.md @@ -3,7 +3,7 @@ * `HttpResponseBuilder::body()`, `.finish()`, `.json()` methods return `HttpResponse` instead of `Result` -* `actix_web::Method`, `actix_web::StatusCode`, actix_web::Version` +* `actix_web::Method`, `actix_web::StatusCode`, `actix_web::Version` moved to `actix_web::http` module * `actix_web::header` moved to `actix_web::http::header`