mirror of https://github.com/fafhrd91/actix-web
Move an entry to the unreleased section
This commit is contained in:
parent
4f5b45317c
commit
09ae9c9934
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue