From afe3ae50440b04fac9de38e6349cb996e8a31b74 Mon Sep 17 00:00:00 2001 From: erhodes Date: Thu, 23 Jun 2022 09:41:01 -0600 Subject: [PATCH] consolidated new additions in changelog --- actix-web/CHANGES.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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