Update CHANGES.md

This commit is contained in:
Rob Ede 2022-06-06 18:52:42 +01:00 committed by GitHub
parent 47a966bf91
commit 274a7f2c02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
# Changes # Changes
## Unreleased - 2021-xx-xx ## Unreleased - 2021-xx-xx
### Fixed - Fix support for guard paths in route handler macros. [#2771]
- Allow a path as a guard in route handler macro, such as `get`, `post`, as the `actix-web` document says
[#2771] https://github.com/actix/actix-web/pull/2771
## 4.0.0 - 2022-02-24 ## 4.0.0 - 2022-02-24
- Version aligned with `actix-web` and will remain in sync going forward. - Version aligned with `actix-web` and will remain in sync going forward.