update changelog

This commit is contained in:
Rob Ede 2021-04-09 13:07:18 +01:00
parent b619eac17f
commit 9b6c829e4f
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 4 additions and 4 deletions

View File

@ -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