mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 06:57:43 +02:00
migration to 0.5
This commit is contained in:
@ -9,6 +9,8 @@
|
||||
|
||||
* Use more ergonomic `actix_web::Error` instead of `http::Error` for `ClientRequestBuilder::body()`
|
||||
|
||||
* Added `signed` and `private` `CookieSessionBackend`s
|
||||
|
||||
* Added `HttpRequest::resource()`, returns current matched resource
|
||||
|
||||
* Added `ErrorHandlers` middleware
|
||||
@ -25,8 +27,6 @@
|
||||
|
||||
* Fix prefix and static file serving #168
|
||||
|
||||
* Add `signed` and `private` `CookieSessionBackend`s
|
||||
|
||||
|
||||
## 0.4.10 (2018-03-20)
|
||||
|
||||
|
Reference in New Issue
Block a user