Move an entry to the unreleased section

This commit is contained in:
Yuki Okushi 2020-12-01 05:28:51 +09:00
parent 4f5b45317c
commit 09ae9c9934
1 changed files with 1 additions and 3 deletions

View File

@ -3,6 +3,7 @@
## Unreleased - 2020-xx-xx
### Fixed
* Ensure `actix-http` dependency uses same `serde_urlencoded`.
* Removed an occasional `unwrap` on `None` panic in `NormalizePathNormalization`.
## 3.3.0 - 2020-11-25
@ -30,9 +31,6 @@
* Re-export bytes::Buf{Mut} in web module. [#1750]
* Upgrade `pin-project` to `1.0`.
### Fixed
* Removed an occasional `unwrap` on `None` panic in `NormalizePathNormalization`.
[#1723]: https://github.com/actix/actix-web/pull/1723
[#1743]: https://github.com/actix/actix-web/pull/1743
[#1748]: https://github.com/actix/actix-web/pull/1748