moved link in changes to associated section

This commit is contained in:
erhodes 2022-06-15 14:18:03 -06:00
parent 7a7a7bc1c0
commit 29f6d2a2fb
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,8 @@
### Added
- Add `ErrorHandlers::default_handler` (as well as `default_handler_{server, client}`) to make registering handlers with the `ErrorHandlers` middleware easier. [#2784]
[#2784]: https://github.com/actix/actix-web/pull/2784
## 4.1.0 - 2022-06-11
### Added
- Add `ServiceRequest::extract()` to make it easier to use extractors when writing middlewares. [#2647]
@ -22,7 +24,6 @@
[#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
[#2784]: https://github.com/actix/actix-web/pull/2784
## 4.0.1 - 2022-02-25
### Fixed