From 324535a7e681a31a2f8cfe522aa19d7405ecef85 Mon Sep 17 00:00:00 2001 From: Jim Evans Date: Mon, 16 Aug 2021 13:23:52 -0400 Subject: [PATCH] Adding more updates to .NET CHANGELOG for 4.0 RC1 --- dotnet/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotnet/CHANGELOG b/dotnet/CHANGELOG index 2d93e84efb919..6fc33ff33ae06 100644 --- a/dotnet/CHANGELOG +++ b/dotnet/CHANGELOG @@ -22,6 +22,8 @@ v4.0.0rc1 account for this, a new property on HttpResponseData has been added to list the cookie headers (the `CookieHeaders` property) as found in the response. + * (on behalf of Nikolay Borisenko) Modified to dispose HttpRequestMessage + and HttpResponseMessage when making HTTP calls across the wire. v4.0.0b4 ========