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:
Ahson Khan 2022-10-11 19:45:20 -04:00 committed by GitHub
parent 2bc639432c
commit f99e9d014f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)