Update CHANGES.md

This commit is contained in:
Rob Ede 2022-06-21 18:16:12 +01:00 committed by GitHub
parent 785d0f5c3e
commit a665f3c3ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
# Changelog # Changelog
## Unreleased - 2021-xx-xx ## Unreleased - 2021-xx-xx
- Add `ServiceRequest::{parts, request}()` to make it easier to use middlewares that only have access to a `&ServiceRequest`. ### Added
- Add `ServiceRequest::{parts, request}()` getter methods. [#2786]
[#2786]: https://github.com/actix/actix-web/pull/2786
## 4.1.0 - 2022-06-11 ## 4.1.0 - 2022-06-11
### Added ### Added