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

Fix cyclic references in ResourceMap (#1708)

This commit is contained in:
Matt Gathu
2020-09-25 18:42:49 +02:00
committed by GitHub
parent 37c76a39ab
commit b4e02fe29a
2 changed files with 46 additions and 6 deletions

View File

@ -4,7 +4,9 @@
### Changed
* Add `TrailingSlash::MergeOnly` behaviour to `NormalizePath`, which allow `NormalizePath`
to keep the trailing slash's existance as it is. [#1695]
* Fix `ResourceMap` recursive references when printing/debugging. [#1708]
[#1708]: https://github.com/actix/actix-web/pull/1708
## 3.0.2 - 2020-09-15
### Fixed