Make the casing of sections within the Changelogs consistent. (#2072)
This commit is contained in:
parent
5de76e7a21
commit
0fd687129e
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user