diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index a726e31b219..9d48ee7f284 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -6,12 +6,12 @@ * Top-level `cookies` mod (re-export). [#2065] * `HttpMessage` trait loses the `cookies` and `cookie` methods. [#2065] * `impl ResponseError for CookieParseError`. [#2065] -* Deprecated methods on `ResponseBuilder`: `if_true`, `if_some`. [#????] -* `ResponseBuilder::json`. [#????] -* `ResponseBuilder::{set_header, header}`. [#????] +* Deprecated methods on `ResponseBuilder`: `if_true`, `if_some`. [#2148] +* `ResponseBuilder::json`. [#2148] +* `ResponseBuilder::{set_header, header}`. [#2148] [#2065]: https://github.com/actix/actix-web/pull/2065 -[#????]: https://github.com/actix/actix-web/pull/???? +[#2148]: https://github.com/actix/actix-web/pull/2148 ## 3.0.0-beta.5 - 2021-04-02