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

prepare web release 3.0.1 (#1676)

This commit is contained in:
Rob Ede
2020-09-13 03:24:44 +01:00
committed by GitHub
parent a4546f02d2
commit f861508789
3 changed files with 13 additions and 5 deletions

View File

@ -1,9 +1,15 @@
# Changes
## Unreleased - 2020-xx-xx
## 3.0.1 - 2020-09-13
### Changed
* `middleware::normalize::TrailingSlash` enum is now accessible. [#1673]
[#1673]: https://github.com/actix/actix-web/pull/1673
## 3.0.0 - 2020-09-11
* No significant changes from `3.0.0-beta.4`.