mirror of https://github.com/fafhrd91/actix-web
update migration.md
This commit is contained in:
parent
1fd90567ce
commit
0154d70975
|
@ -1,5 +1,8 @@
|
|||
## Unreleased
|
||||
|
||||
|
||||
## 3.0.0
|
||||
|
||||
* Setting a cookie's SameSite property, explicitly, to `SameSite::None` will now
|
||||
result in `SameSite=None` being sent with the response Set-Cookie header.
|
||||
To create a cookie without a SameSite attribute, remove any calls setting same_site.
|
||||
|
@ -40,6 +43,7 @@
|
|||
|
||||
* `HttpServer::maxconnrate` is renamed to the more expressive `HttpServer::max_connection_rate`.
|
||||
|
||||
|
||||
## 2.0.0
|
||||
|
||||
* `HttpServer::start()` renamed to `HttpServer::run()`. It also possible to
|
||||
|
|
Loading…
Reference in New Issue