update changelog

This commit is contained in:
Rob Ede 2022-04-23 21:36:56 +01:00
parent b165a700ed
commit 8dfaf0c411
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 2 additions and 1 deletions

View File

@ -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