Skip to content

Commit 8bc7605

Browse files
uefi: Update changelog
1 parent 2e0be2a commit 8bc7605

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

uefi/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
- `uefi::system` is a new module that provides freestanding functions for
55
accessing fields of the global system table.
66
- Add standard derives for `ConfigTableEntry`.
7+
- `PcrEvent`/`PcrEventInputs` impl `Align`, `Eq`, and `PartialEq`.
8+
- Added `PcrEvent::new_in_box` and `PcrEventInputs::new_in_box`.
79

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

1823

1924
# uefi - 0.29.0 (2024-07-02)

0 commit comments

Comments
 (0)