1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 17:59:35 +00:00

update changes

This commit is contained in:
Nikolay Kim 2018-06-07 20:09:08 -07:00
parent f7ef8ae5a5
commit ce40ab307b

View file

@ -19,11 +19,23 @@
* Added header `User-Agent: Actix-web/<current_version>` to default headers when building a request
### Removed
* Remove `Route::with2()` and `Route::with3()` use tuple of extractors instead.
## [0.6.12] - 2018-06-07
### Added
* Add `Host` filter #287
* Allow to filter applications
* Improved failure interoperability with downcasting #285
## [0.6.11] - 2018-06-05
* Support chunked encoding for UrlEncoded body #262