mirror of
https://github.com/actix/actix-web.git
synced 2024-12-19 06:36:36 +00:00
update migration doc
This commit is contained in:
parent
d1f5c457c4
commit
7c4941f868
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
## Migration from 0.5 to 0.6
|
## Migration from 0.5 to 0.6
|
||||||
|
|
||||||
|
* `Path<T>` extractor return `ErrorNotFound` on failure instead of `ErrorBadRequest`
|
||||||
|
|
||||||
* `ws::Message::Close` now includes optional close reason.
|
* `ws::Message::Close` now includes optional close reason.
|
||||||
`ws::CloseCode::Status` and `ws::CloseCode::Empty` have been removed.
|
`ws::CloseCode::Status` and `ws::CloseCode::Empty` have been removed.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue