mirror of https://github.com/fafhrd91/actix-web
Update MIGRATION.md
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
parent
3dc1adb70c
commit
aa64b520e3
|
@ -5,7 +5,7 @@
|
|||
To create a cookie without a SameSite attribute, remove any calls setting same_site.
|
||||
* actix-http support for Actors messages was moved to actix-http crate and is enabled
|
||||
with feature `actors`
|
||||
* content_length function is removed from actix-files.
|
||||
* content_length function is removed from actix-http.
|
||||
You can set Content-Length by normally setting the response body or calling no_chunking function.
|
||||
|
||||
## 2.0.0
|
||||
|
|
Loading…
Reference in New Issue