added link to pr in changes

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

View File

@ -2,7 +2,7 @@
## Unreleased - 2021-xx-xx ## Unreleased - 2021-xx-xx
### Added ### Added
- Add `ErrorHandlers::default_handler` (as well as `default_handler_{server, client}`) to make registering handlers with the `ErrorHandlers` middleware easier. - Add `ErrorHandlers::default_handler` (as well as `default_handler_{server, client}`) to make registering handlers with the `ErrorHandlers` middleware easier. [#2784]
## 4.1.0 - 2022-06-11 ## 4.1.0 - 2022-06-11
### Added ### Added
@ -22,7 +22,7 @@
[#2725]: https://github.com/actix/actix-web/pull/2725 [#2725]: https://github.com/actix/actix-web/pull/2725
[#2742]: https://github.com/actix/actix-web/pull/2742 [#2742]: https://github.com/actix/actix-web/pull/2742
[#2743]: https://github.com/actix/actix-web/pull/2743 [#2743]: https://github.com/actix/actix-web/pull/2743
[#2784]: https://github.com/actix/actix-web/pull/2784
## 4.0.1 - 2022-02-25 ## 4.0.1 - 2022-02-25
### Fixed ### Fixed