1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-02 08:12:02 +00:00

add changes to CHANGES.md

This commit is contained in:
Akos Vandra 2018-07-24 22:25:48 +02:00
parent 35b754a3ab
commit b48a2d4d7b

View file

@ -2,6 +2,10 @@
## [0.7.1] - 2018-07-21
### Added
* Add implementation of `FromRequest<S>` for `Option<T>` and `Result<T, Error>`
### Fixed
* Fixed default_resource 'not yet implemented' panic #410