File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 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
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)
You can’t perform that action at this time.
0 commit comments