From 46a8474cd5b3722e8afc2f5f09cd0a78d353a1f3 Mon Sep 17 00:00:00 2001 From: AMER JUSUPOVIC Date: Wed, 25 Oct 2023 14:26:38 -0700 Subject: [PATCH 1/2] update wording --- .../MicrosoftExtensionsConfigurationAzureAppConfiguration.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md b/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md index 6c49de1e..02b1f8d2 100644 --- a/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md +++ b/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md @@ -5,8 +5,7 @@ * Includes all changes made in `6.1.0`. ### 6.1.1 - October 25, 2023 -* Added enhanced telemetry for feature management to request tracing. [#470](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/470) -* Fixed a bug that removed existing telemetry from request tracing. [#455](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/455) +* Improvements for request tracing. ### 6.1.0 - August 17, 2023 * Fixed a bug where `TryRefreshAsync` could throw an `AggregateException` after a network timeout while trying to get key-values from Azure App Configuration. [#440](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/440) From a948a0e37d57f670a41f779460918827c3b6df74 Mon Sep 17 00:00:00 2001 From: AMER JUSUPOVIC Date: Wed, 25 Oct 2023 14:27:29 -0700 Subject: [PATCH 2/2] fix wording --- .../MicrosoftExtensionsConfigurationAzureAppConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md b/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md index 02b1f8d2..71c6184a 100644 --- a/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md +++ b/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md @@ -5,7 +5,7 @@ * Includes all changes made in `6.1.0`. ### 6.1.1 - October 25, 2023 -* Improvements for request tracing. +* Added improvements for request tracing. ### 6.1.0 - August 17, 2023 * Fixed a bug where `TryRefreshAsync` could throw an `AggregateException` after a network timeout while trying to get key-values from Azure App Configuration. [#440](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/440)