From 0fd687129ee6adf5546044004dbf74d11c27509e Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Thu, 8 Apr 2021 18:17:17 -0700 Subject: [PATCH] Make the casing of sections within the Changelogs consistent. (#2072) --- sdk/core/azure-core/CHANGELOG.md | 8 ++++---- sdk/identity/azure-identity/CHANGELOG.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 4f9f7ddb1..cc6f3325f 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -41,7 +41,7 @@ - Renamed member `Azure::Core::Http::CurlTransportOptions::SSLOptions` to `SslOptions`. - Renamed member `Azure::Core::Http::CurlTransportOptions::SSLVerifyPeer` to `SslVerifyPeer`. -### Other changes and Improvements +### Other Changes and Improvements - Moved `Azure::Core::Http::Request` to its own header file from `http.hpp` to `inc/azure/core/http/raw_response.hpp`. - Moved `Azure::Core::Http::HttpStatusCode` to its own header file from `http.hpp` to `inc/azure/core/http/http_status_code.hpp`. @@ -187,7 +187,7 @@ - Initialize class data members to avoid MSVC warning. - Throw `Azure::Core::Http::TransportException` if `curl_easy_init()` returns a null handle. -### Other changes and Improvements +### Other Changes and Improvements - Added support for distributing the C++ SDK as a source package via vcpkg. @@ -227,7 +227,7 @@ - Avoid re-using a connection when a request to upload data fails while using the `CurlTransport`. - Add entropy to `Uuid` generation. -### Other changes and Improvements +### Other Changes and Improvements - Add high-level and simplified core.hpp file for simpler include experience for customers. - Add code coverage using gcov with gcc. @@ -250,7 +250,7 @@ - Switched to a more stable wait on sockets to address connection timeouts. - Replace `Nullable(const T&)` with `Nullable(T)` to avoid extra copy when initialized with an rvalue. -### Other changes and Improvements +### Other Changes and Improvements - Improved performance on windows when using libcurl. - Pinned the version of package dependencies. diff --git a/sdk/identity/azure-identity/CHANGELOG.md b/sdk/identity/azure-identity/CHANGELOG.md index b22a05c29..1a9acc0a4 100644 --- a/sdk/identity/azure-identity/CHANGELOG.md +++ b/sdk/identity/azure-identity/CHANGELOG.md @@ -35,7 +35,7 @@ - Moved `Azure::Identity::Version`, defined in `azure/identity/version.hpp` to the `Azure::Identity::Details` namespace. -### Other changes and Improvements +### Other Changes and Improvements - Add high-level and simplified identity.hpp file for simpler include experience for customers.