mirror of https://github.com/fafhrd91/actix-web
CHANGES.md: Mention {Scope,Resource}::register_data.
This commit is contained in:
parent
c066c77a6a
commit
031c58782a
|
@ -5,6 +5,9 @@
|
||||||
|
|
||||||
* Add `middleware::Conditon` that conditionally enables another middleware
|
* Add `middleware::Conditon` that conditionally enables another middleware
|
||||||
|
|
||||||
|
* Add `Scope::register_data` and `Resource::register_data` methods, parallel to
|
||||||
|
`App::register_data`.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* h2 will use error response #1080
|
* h2 will use error response #1080
|
||||||
|
|
Loading…
Reference in New Issue