1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

update dependencies

This commit is contained in:
Nikolay Kim
2019-04-24 13:00:30 -07:00
parent 2bc937f6c3
commit 5426413cb6
4 changed files with 10 additions and 6 deletions

View File

@ -1,5 +1,7 @@
# Changes
## [1.0.0-beta.2] - 2019-04-24
### Added
* Extend `Responder` trait, allow to override status code and headers.