mirror of https://github.com/fafhrd91/actix-web
update changelog
This commit is contained in:
parent
b165a700ed
commit
8dfaf0c411
|
@ -4,7 +4,7 @@
|
|||
### Added
|
||||
- Add `ServiceRequest::extract()` to make it easier to use extractors when writing middlewares. [#2647]
|
||||
- Add `Route::wrap()` to allow individual routes to use middleware. [#2725]
|
||||
- Add `ServiceConfig::default_service()`. [#2338] [#????]
|
||||
- Add `ServiceConfig::default_service()`. [#2338] [#2743]
|
||||
|
||||
### Fixed
|
||||
- Clear connection-level data on `HttpRequest` drop. [#2742]
|
||||
|
@ -13,6 +13,7 @@
|
|||
[#2647]: https://github.com/actix/actix-web/pull/2647
|
||||
[#2725]: https://github.com/actix/actix-web/pull/2725
|
||||
[#2742]: https://github.com/actix/actix-web/pull/2742
|
||||
[#2743]: https://github.com/actix/actix-web/pull/2743
|
||||
|
||||
|
||||
## 4.0.1 - 2022-02-25
|
||||
|
|
Loading…
Reference in New Issue