From d3861f6c4c875820ef93d09433885957034344d6 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 13 Apr 2021 12:19:47 +0100 Subject: [PATCH] update changelog --- actix-http/CHANGES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 14ecccf82..ac1a8fb62 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -3,7 +3,7 @@ ## Unreleased - 2021-xx-xx ### Added * `impl MessageBody for Pin>`. [#2152] -* `Response::{ok, bad_request, not_found, internal_server_error}`. [#????] +* `Response::{ok, bad_request, not_found, internal_server_error}`. [#2159] ### Changes * The type parameter of `Response` no longer has a default. [#2152] @@ -19,13 +19,13 @@ * `ResponseBuilder::json`. [#2148] * `ResponseBuilder::{set_header, header}`. [#2148] * `impl From for Body`. [#2148] -* `Response::build_from`. [#????] -* Most of the status code builders on `Response`. [#????] +* `Response::build_from`. [#2159] +* Most of the status code builders on `Response`. [#2159] [#2065]: https://github.com/actix/actix-web/pull/2065 [#2148]: https://github.com/actix/actix-web/pull/2148 [#2152]: https://github.com/actix/actix-web/pull/2152 -[#????]: https://github.com/actix/actix-web/pull/???? +[#2159]: https://github.com/actix/actix-web/pull/2159 ## 3.0.0-beta.5 - 2021-04-02