diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md index 9d136b121..42eccc46c 100644 --- a/actix-web/CHANGES.md +++ b/actix-web/CHANGES.md @@ -1,13 +1,11 @@ # Changelog ## Unreleased - 2022-xx-xx -### Added -- Add `ErrorHandlers::default_handler` (as well as `default_handler_{server, client}`) to make registering handlers with the `ErrorHandlers` middleware easier. [#2784] - ### Changed - Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency. ### Added - Add `ServiceRequest::{parts, request}()` getter methods. [#2786] +- 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 [#2786]: https://github.com/actix/actix-web/pull/2786