1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-23 16:21:06 +01:00

upstream changelog for v3.3.3

This commit is contained in:
Rob Ede 2021-12-22 07:20:53 +00:00
parent 64c2e5e1cd
commit f8488aff1e
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -318,6 +318,14 @@
[#1875]: https://github.com/actix/actix-web/pull/1875
[#1878]: https://github.com/actix/actix-web/pull/1878
## 3.3.3 - 2021-12-18
### Changed
* Soft-deprecate `NormalizePath::default()`, noting upcoming behavior change in v4. [#2529]
[#2529]: https://github.com/actix/actix-web/pull/2529
## 3.3.2 - 2020-12-01
### Fixed
* Removed an occasional `unwrap` on `None` panic in `NormalizePathNormalization`. [#1762]