1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-03-24 16:12:59 +01:00

update changes

This commit is contained in:
Nikolay Kim 2019-12-20 17:59:34 +06:00
parent 2b4256baab
commit 48476362a3
6 changed files with 21 additions and 2 deletions
actix-cors
actix-files
actix-identity
actix-multipart
actix-session
actix-web-actors

@ -1,5 +1,9 @@
# Changes
## [0.2.0] - 2019-12-20
* Release
## [0.2.0-alpha.3] - 2019-12-07
* Migrate to actix-web 2.0.0

@ -1,6 +1,6 @@
# Changes
## [0.2.0] - 2019-12-xx
## [0.2.0] - 2019-12-20
* Fix BodyEncoding trait import #1220

@ -1,5 +1,9 @@
# Changes
## [0.2.0] - 2019-12-20
* Use actix-web 2.0
## [0.1.0] - 2019-06-xx
* Move identity middleware to separate crate

@ -1,6 +1,10 @@
# Changes
## [2.0.0-alpha.4] - 2019-12-xx
## [0.2.0] - 2019-12-20
* Release
## [0.2.0-alpha.4] - 2019-12-xx
* Multipart handling now handles Pending during read of boundary #1205

@ -1,5 +1,8 @@
# Changes
## [0.3.0] - 2019-12-20
* Release
## [0.3.0-alpha.4] - 2019-12-xx

@ -1,5 +1,9 @@
# Changes
## [2.0.0] - 2019-12-20
* Release
## [2.0.0-alpha.1] - 2019-12-15
* Migrate to actix-web 2.0.0