Skip to content

Commit

Permalink
Update the changelog for the 0.8.0 release (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-mobilecoin authored Sep 21, 2023
2 parents 7521f79 + 0d898ab commit f63d7e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

### Added

- Added `Deserialize`, `Serialize`, and `Clone` traits to `mc-sgx-dcap-types::TcbError`.

### Changed

- Changed from `mc-sgx-dcap-types::TcbError::Der(x509_cert::der::Error)` to
`mc-sgx-dcap-types::TcbError::Der(String)`. The containing string is the
formatted `x509_cert::der::Error` message.

## [0.7.5] - 2023-08-23

### Added
Expand Down

0 comments on commit f63d7e0

Please sign in to comment.