From 0eeece97b7eb810e4c87ff5b86bda892d1945148 Mon Sep 17 00:00:00 2001 From: Ali MJ Al-Nasrawy Date: Mon, 10 Jan 2022 21:03:05 +0300 Subject: [PATCH] changelog --- CHANGES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7ddecbaf0..011ed48c8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,13 +7,13 @@ ### Changed - `HttpResponse` can now be used as a `Responder` with any body type. [#2567] -- `Result` extractor wrapper can now convert error types. [#xxxx] -- Associated types in `FromRequest` impl for `Option` and `Result` has changed. [#xxxx] +- `Result` extractor wrapper can now convert error types. [#2581] +- Associated types in `FromRequest` impl for `Option` and `Result` has changed. [#2581] [#1988]: https://github.com/actix/actix-web/pull/1988 [#2567]: https://github.com/actix/actix-web/pull/2567 [#2569]: https://github.com/actix/actix-web/pull/2569 -[#xxxx] https://github.com/actix/actix-web/pull/xxxx +[#2581] https://github.com/actix/actix-web/pull/2581 ## 4.0.0-beta.19 - 2022-01-04