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

make TrailingSlash enum accessible (#1673)

Co-authored-by: Damian Lesiuk <lesiuk@sabre.com>
This commit is contained in:
Damian Lesiuk
2020-09-13 01:55:39 +02:00
committed by GitHub
parent 64a2c13cdf
commit a4546f02d2
4 changed files with 22 additions and 3 deletions

View File

@ -1,7 +1,8 @@
# Changes
## Unreleased - 2020-xx-xx
### Changed
* `middleware::normalize::TrailingSlash` enum is now accessible. [#1673]
## 3.0.0 - 2020-09-11
* No significant changes from `3.0.0-beta.4`.