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

Add TrailingSlash::MergeOnly behavior (#1695)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
LIU An (劉安)
2020-09-25 19:50:59 +08:00
committed by GitHub
parent c53e9468bc
commit 60e7e52276
3 changed files with 43 additions and 2 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2020-xx-xx
### Changed
* Add `TrailingSlash::MergeOnly` behaviour to `NormalizePath`, which allow `NormalizePath`
to keep the trailing slash's existance as it is. [#1695]
## 3.0.2 - 2020-09-15