Skip to content

Commit

Permalink
uefi: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasbishop committed Jul 15, 2024
1 parent 2e0be2a commit 8bc7605
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions uefi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
- `uefi::system` is a new module that provides freestanding functions for
accessing fields of the global system table.
- Add standard derives for `ConfigTableEntry`.
- `PcrEvent`/`PcrEventInputs` impl `Align`, `Eq`, and `PartialEq`.
- Added `PcrEvent::new_in_box` and `PcrEventInputs::new_in_box`.

## Changed
- **Breaking:** `uefi::helpers::init` no longer takes an argument.
Expand All @@ -14,6 +16,9 @@
The old `MemoryMap` was renamed to `MemoryMapOwned`.
- `pub fn memory_map(&self, mt: MemoryType) -> Result<MemoryMap>` now returns
a `MemoryMapOwned`.
- **Breaking:** `PcrEvent::new_in_buffer` and `PcrEventInputs::new_in_buffer`
now take an initialized buffer (`[u8`] instead of `[MaybeUninit<u8>]`), and if
the buffer is too small the required size is returned in the error data.


# uefi - 0.29.0 (2024-07-02)
Expand Down

0 comments on commit 8bc7605

Please sign in to comment.