Skip to content

Commit f110e57

Browse files
uefi: Update changelog
1 parent 21ab77e commit f110e57

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

uefi/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# uefi - [Unreleased]
22

3+
## Added
4+
- `PcrEvent`/`PcrEventInputs` impl `Align`, `Eq`, and `PartialEq`.
5+
- Added `PcrEvent::new_in_box` and `PcrEventInputs::new_in_box`.
6+
37
## Changed
48
- **Breaking:** `uefi::helpers::init` no longer takes an argument.
59
- The lifetime of the `SearchType` returned from
@@ -9,6 +13,9 @@
913
The old `MemoryMap` was renamed to `MemoryMapOwned`.
1014
- `pub fn memory_map(&self, mt: MemoryType) -> Result<MemoryMap>` now returns
1115
a `MemoryMapOwned`.
16+
- **Breaking:** `PcrEvent::new_in_buffer` and `PcrEventInputs::new_in_buffer`
17+
now take an initialized buffer (`[u8`] instead of `[MaybeUninit<u8>]`), and if
18+
the buffer is too small the required size is returned in the error data.
1219

1320

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

0 commit comments

Comments
 (0)