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