Add id of the PR in each related CHANGES.md

This commit is contained in:
Martichou 2020-12-07 23:22:12 +01:00
parent 65aedb53e5
commit cd6181876b
2 changed files with 2 additions and 3 deletions

View File

@ -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]

View File

@ -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