1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

update version

This commit is contained in:
Nikolay Kim
2019-12-03 19:03:53 +06:00
parent c7ed6d3428
commit 0015a204aa
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changes
## [0.2.0-alpha.2] - 2019-12-03
* Migrate to `std::future`
## [0.1.4] - 2019-09-12
* Multipart handling now parses requests which do not end in CRLF #1038