Add back-ticks around Response<void> in changelog (#1886)

* Add back-ticks around `Response<void>` in changelog

* Remove extra whitespace after type name in identity CL.

* Add back-ticks around type name in identity CL.

Co-authored-by: Victor Vazquez <victor.vazquez@microsoft.com>
This commit is contained in:
Ahson Khan 2021-03-12 21:29:50 -08:00 committed by GitHub
parent 6c5e487f6d
commit c9e02370fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
### Breaking Changes
- Changes to `Azure::Core` namespace:
- Removed Response<void>, `ValueBase`, and `ContextValue`.
- Removed `Response<void>`, `ValueBase`, and `ContextValue`.
- Removed `Context::operator[]`, `Get()` introduced instead.
- Renamed `Uuid::GetUuidString()` to `ToString()`.
- Changed return type of `Operation<T>::Poll()` from `std::unique_ptr<RawResponse>` to `RawResponse const&`.

View File

@ -11,13 +11,13 @@
### Breaking Changes
- Removed `TransportPolicyOptions` from `ClientSecretCredentialOptions`. Updated the options to derive from ClientOptions.
- Removed `TransportPolicyOptions` from `ClientSecretCredentialOptions`. Updated the options to derive from `ClientOptions`.
## 1.0.0-beta.3 (2021-02-02)
### Breaking Changes
- `ClientSecretCredential ` constructor takes `ClientSecretCredentialOptions` struct instead of authority host string. `TokenCredentialOptions` struct has authority host string as data member.
- `ClientSecretCredential` constructor takes `ClientSecretCredentialOptions` struct instead of authority host string. `TokenCredentialOptions` struct has authority host string as data member.
## 1.0.0-beta.2 (2021-01-13)