1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

Add actix-http support for actix error messages (#1379)

* Moved actix-http for actix from actix crate

* remove resolver feature

* renamed actix feature to actor

* fixed doc attr for actors, add documentation
This commit is contained in:
Maxim Vorobjov
2020-02-27 02:34:49 +02:00
committed by GitHub
parent 71c4bd1b30
commit 48ef4d7a26
4 changed files with 19 additions and 1 deletions

View File

@ -6,6 +6,8 @@
* Update the `time` dependency to 0.2.7
* Moved actors messages support from actix crate, enabled with feature `actors`.
### Fixed
* Allow `SameSite=None` cookies to be sent in a response.