Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Apr 9, 2021
1 parent 10e2067 commit 366e056
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions actix-http/CHANGES.md
Expand Up @@ -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
Expand Down

0 comments on commit 366e056

Please sign in to comment.