mirror of https://github.com/fafhrd91/actix-web
Add id of the PR in each related CHANGES.md
This commit is contained in:
parent
65aedb53e5
commit
cd6181876b
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue