From 6db909a3e7fe7ad91c642531f98fc7bdc3f40469 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 25 Dec 2019 20:27:30 +0400 Subject: [PATCH] update migration --- MIGRATION.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MIGRATION.md b/MIGRATION.md index 000c5b46b..14bd52bbb 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -14,6 +14,9 @@ * `actix_http_test::TestServer` moved to `actix_web::test` module. To start test server use `test::start()` or `test_start_with_config()` methods +* `ResponseError` trait has been reafctored. `ResponseError::error_response()` renders + http response. + ## 1.0.1