1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

prepare web release 3.0.2 (#1681)

This commit is contained in:
Rob Ede
2020-09-15 13:14:14 +01:00
committed by GitHub
parent a429ee6646
commit d707704556
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2020-xx-xx
## 3.0.2 - 2020-09-15
### Fixed
* `NormalizePath` when used with `TrailingSlash::Trim` no longer trims the root path "/". [#1678]