From a6917f6719d1bd0d929bbfefc677042d6ee925e8 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 20 Sep 2022 23:46:37 +0100 Subject: [PATCH] Create CHANGES.md --- actix-web/CHANGES.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md index 3e06ff5b0..00ab6c9c8 100644 --- a/actix-web/CHANGES.md +++ b/actix-web/CHANGES.md @@ -5,12 +5,9 @@ - Add `ContentDisposition::attachment` constructor. [#2867] - Add `ErrorHandlers::default_handler()` (as well as `default_handler_{server, client}()`) to make registering handlers for groups of response statuses easier. [#2784] -### Fixed -- Removed unnecessary clones on extractor config. [#2884] - [#2784]: https://github.com/actix/actix-web/pull/2784 [#2867]: https://github.com/actix/actix-web/pull/2867 -[#2884]: https://github.com/actix/actix-web/pull/2884 + ## 4.2.1 - 2022-09-12 ### Fixed