1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-23 16:21:06 +01: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