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

update version

This commit is contained in:
Nikolay Kim
2019-12-03 16:35:31 +06:00
parent cf30eafb49
commit c7ed6d3428
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,9 @@
# Changes
## [0.2.0-alpha.2] - 2019-12-03
* Migrate to `std::future`
## [0.1.7] - 2019-11-06
* Add an additional `filename*` param in the `Content-Disposition` header of `actix_files::NamedFile` to be more compatible. (#1151)