mirror of https://github.com/fafhrd91/actix-web
moved link in changes to associated section
This commit is contained in:
parent
7a7a7bc1c0
commit
29f6d2a2fb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue