add fix to changelog

This commit is contained in:
jdeepee 2020-12-01 12:06:43 +00:00
parent 156935dc61
commit 1e121d4e0f
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
### Fixed
* Ensure `actix-http` dependency uses same `serde_urlencoded`.
* Removed an occasional `unwrap` on `None` panic in `NormalizePathNormalization`.
* Fix match_pattern() returning None for scope with resource of empty path. [#1798]
[#1798]: https://github.com/actix/actix-web/pull/1798
## 3.3.0 - 2020-11-25