diff --git a/sdk/core/Azure.Core/CHANGELOG.md b/sdk/core/Azure.Core/CHANGELOG.md index cabbaaff7296a..ec3e0a76bf059 100644 --- a/sdk/core/Azure.Core/CHANGELOG.md +++ b/sdk/core/Azure.Core/CHANGELOG.md @@ -10,6 +10,7 @@ ```c# options.Diagnostics.LoggedQueryParameters.Remove("api-version"); ``` +- Added `AddPolicies` method to `RequestContext`. This allows policies to be added to the pipeline when calling protocol methods. ### Bugs Fixed