Update Change log

This commit is contained in:
Matt Gathu 2020-09-13 10:53:56 +02:00
parent 55ddb4877c
commit c5c8d21c84
2 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,9 @@
# Changes # Changes
## Unreleased - 2020-xx-xx ## Unreleased - 2020-xx-xx
* Add public constructor for `web::guard::AnyGuard`
[#1674]: https://github.com/actix/actix-web/pull/1674
## 3.0.2 - 2020-09-15 ## 3.0.2 - 2020-09-15

View File

@ -2,8 +2,10 @@
## Unreleased - 2020-xx-xx ## Unreleased - 2020-xx-xx
* Added compile success and failure testing. [#1677] * Added compile success and failure testing. [#1677]
* Add `route` macro for supporting multiple HTTP methods guards.
[#1677]: https://github.com/actix/actix-web/pull/1677 [#1677]: https://github.com/actix/actix-web/pull/1677
[#1674]: https://github.com/actix/actix-web/pull/1674
## 0.3.0 - 2020-09-11 ## 0.3.0 - 2020-09-11