mirror of https://github.com/fafhrd91/actix-web
update changelog
This commit is contained in:
parent
3f43f10589
commit
deffdecf0c
|
@ -1,9 +1,14 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
|
### Added
|
||||||
- Add `ServiceRequest::extract` to make it easier to use extractors when writing middlewares. [#2647]
|
- Add `ServiceRequest::extract` to make it easier to use extractors when writing middlewares. [#2647]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Clear connection-level data on `HttpRequest` drop. [#2742]
|
||||||
|
|
||||||
[#2647]: https://github.com/actix/actix-web/pull/2647
|
[#2647]: https://github.com/actix/actix-web/pull/2647
|
||||||
|
[#2742]: https://github.com/actix/actix-web/pull/2742
|
||||||
|
|
||||||
|
|
||||||
## 4.0.1 - 2022-02-25
|
## 4.0.1 - 2022-02-25
|
||||||
|
|
Loading…
Reference in New Issue