From 174c63d34b95ef5ab665ff73fc0202bcf00a6056 Mon Sep 17 00:00:00 2001 From: Martichou Date: Mon, 7 Dec 2020 22:09:59 +0100 Subject: [PATCH] Add Changelog entries --- CHANGES.md | 2 ++ actix-http-test/CHANGES.md | 2 ++ actix-http/CHANGES.md | 2 ++ awc/CHANGES.md | 2 ++ 4 files changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 87c021b1e..ddf284749 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,8 +3,10 @@ ## Unreleased - 2020-xx-xx ### Fixed * added the actual parsing error to `test::read_body_json` [#1812] +* Migrate from `serde_urlencoded` to `serde_qs`. [#1816] [#1812]: https://github.com/actix/actix-web/pull/1812 +[#1816]: https://github.com/actix/actix-web/pull/1816 diff --git a/actix-http-test/CHANGES.md b/actix-http-test/CHANGES.md index 835b75ddc..54ceece7e 100644 --- a/actix-http-test/CHANGES.md +++ b/actix-http-test/CHANGES.md @@ -1,7 +1,9 @@ # Changes ## Unreleased - 2020-xx-xx +* Migrate from `serde_urlencoded` to `serde_qs`. [#1816] +[#1816]: https://github.com/actix/actix-web/pull/1816 ## 2.1.0 - 2020-11-25 * Add ability to set address for `TestServer`. [#1645] diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index c602ab2e1..1caf891a0 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -1,7 +1,9 @@ # Changes ## Unreleased - 2020-xx-xx +* Migrate from `serde_urlencoded` to `serde_qs`. [#1816] +[#1816]: https://github.com/actix/actix-web/pull/1816 ## 2.2.0 - 2020-11-25 ### Added diff --git a/awc/CHANGES.md b/awc/CHANGES.md index 7ca415336..b6c541b3d 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -1,7 +1,9 @@ # Changes ## Unreleased - 2020-xx-xx +* Migrate from `serde_urlencoded` to `serde_qs`. [#] +[#1816]: https://github.com/actix/actix-web/pull/ ## 2.0.3 - 2020-11-29 ### Fixed