diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md index b3646e3d0..4a858be7c 100644 --- a/actix-web/CHANGES.md +++ b/actix-web/CHANGES.md @@ -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