mirror of https://github.com/fafhrd91/actix-web
update changelog
This commit is contained in:
parent
b619eac17f
commit
9b6c829e4f
|
@ -6,12 +6,12 @@
|
||||||
* Top-level `cookies` mod (re-export). [#2065]
|
* Top-level `cookies` mod (re-export). [#2065]
|
||||||
* `HttpMessage` trait loses the `cookies` and `cookie` methods. [#2065]
|
* `HttpMessage` trait loses the `cookies` and `cookie` methods. [#2065]
|
||||||
* `impl ResponseError for CookieParseError`. [#2065]
|
* `impl ResponseError for CookieParseError`. [#2065]
|
||||||
* Deprecated methods on `ResponseBuilder`: `if_true`, `if_some`. [#????]
|
* Deprecated methods on `ResponseBuilder`: `if_true`, `if_some`. [#2148]
|
||||||
* `ResponseBuilder::json`. [#????]
|
* `ResponseBuilder::json`. [#2148]
|
||||||
* `ResponseBuilder::{set_header, header}`. [#????]
|
* `ResponseBuilder::{set_header, header}`. [#2148]
|
||||||
|
|
||||||
[#2065]: https://github.com/actix/actix-web/pull/2065
|
[#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
|
## 3.0.0-beta.5 - 2021-04-02
|
||||||
|
|
Loading…
Reference in New Issue