From 9b3ea1d3bd82ea38dc36ec21d60fce3ee83365b4 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 29 Oct 2020 14:49:04 +0000 Subject: [PATCH] update awc changelog --- awc/CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awc/CHANGES.md b/awc/CHANGES.md index 0b02b3cfa..0eabe61e9 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -3,11 +3,13 @@ ## Unreleased - 2020-xx-xx ### Changed * Upgrade `base64` to `0.13`. +* Deprecate `ClientRequest::{if_some, if_true}`. [#1760] ### Fixed * Use `Accept-Encoding: identity` instead of `Accept-Encoding: br` when no compression feature is enabled [#1737] [#1737]: https://github.com/actix/actix-web/pull/1737 +[#1760]: https://github.com/actix/actix-web/pull/1760 ## 2.0.0 - 2020-09-11