diff --git a/CHANGES.md b/CHANGES.md index ddf284749..b9cf7e105 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,7 +9,6 @@ [#1816]: https://github.com/actix/actix-web/pull/1816 - ## 3.3.2 - 2020-12-01 ### Fixed * Removed an occasional `unwrap` on `None` panic in `NormalizePathNormalization`. [#1762] diff --git a/awc/CHANGES.md b/awc/CHANGES.md index b6c541b3d..b7ea6d27c 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -1,9 +1,9 @@ # Changes ## Unreleased - 2020-xx-xx -* Migrate from `serde_urlencoded` to `serde_qs`. [#] +* Migrate from `serde_urlencoded` to `serde_qs`. [#1816] -[#1816]: https://github.com/actix/actix-web/pull/ +[#1816]: https://github.com/actix/actix-web/pull/1816 ## 2.0.3 - 2020-11-29 ### Fixed