From 48476362a31e303904066e5acdb26cc8fd1fa533 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Fri, 20 Dec 2019 17:59:34 +0600 Subject: [PATCH] update changes --- actix-cors/CHANGES.md | 4 ++++ actix-files/CHANGES.md | 2 +- actix-identity/CHANGES.md | 4 ++++ actix-multipart/CHANGES.md | 6 +++++- actix-session/CHANGES.md | 3 +++ actix-web-actors/CHANGES.md | 4 ++++ 6 files changed, 21 insertions(+), 2 deletions(-) diff --git a/actix-cors/CHANGES.md b/actix-cors/CHANGES.md index e53abc79..8022ea4e 100644 --- a/actix-cors/CHANGES.md +++ b/actix-cors/CHANGES.md @@ -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 diff --git a/actix-files/CHANGES.md b/actix-files/CHANGES.md index 5bfd937a..5712c924 100644 --- a/actix-files/CHANGES.md +++ b/actix-files/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## [0.2.0] - 2019-12-xx +## [0.2.0] - 2019-12-20 * Fix BodyEncoding trait import #1220 diff --git a/actix-identity/CHANGES.md b/actix-identity/CHANGES.md index 74a20405..8e89acc1 100644 --- a/actix-identity/CHANGES.md +++ b/actix-identity/CHANGES.md @@ -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 diff --git a/actix-multipart/CHANGES.md b/actix-multipart/CHANGES.md index c0792b84..31f326d0 100644 --- a/actix-multipart/CHANGES.md +++ b/actix-multipart/CHANGES.md @@ -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 diff --git a/actix-session/CHANGES.md b/actix-session/CHANGES.md index b4ef66c3..e4306fa9 100644 --- a/actix-session/CHANGES.md +++ b/actix-session/CHANGES.md @@ -1,5 +1,8 @@ # Changes +## [0.3.0] - 2019-12-20 + +* Release ## [0.3.0-alpha.4] - 2019-12-xx diff --git a/actix-web-actors/CHANGES.md b/actix-web-actors/CHANGES.md index dff2dadf..66ff7ed6 100644 --- a/actix-web-actors/CHANGES.md +++ b/actix-web-actors/CHANGES.md @@ -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