Updated attestation change log to add periods for consistency (#4016)
* Updated attestation change log to add periods for consistency * Update wording for a breaking change. * Add back-ticks.
This commit is contained in:
parent
2bc639432c
commit
f99e9d014f
@ -4,10 +4,10 @@
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- Changed `AttestationClient::AttestTpm` to match `AttestOpenEnclave` and `AttestSgxEnclave`
|
||||
- Added `std::vector<uint8_t>` dataToAttest parameter.
|
||||
- Removed `Payload` in `TpmAttestationOptions`
|
||||
- Changed `TpmResult` in `TpmAttestationResult` to type `std::vector<uint8_t>`
|
||||
- Changed `AttestationClient::AttestTpm` to match `AttestOpenEnclave` and `AttestSgxEnclave`:
|
||||
- Added `std::vector<uint8_t>` dataToAttest parameter to the `AttestTpm()` client method.
|
||||
- Removed `Payload` in `TpmAttestationOptions`.
|
||||
- Changed `TpmResult` in `TpmAttestationResult` to type `std::vector<uint8_t>`.
|
||||
|
||||
## 1.0.0 (2022-07-07)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user