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 1
1
# uefi - [ Unreleased]
2
2
3
+ ## Added
4
+ - ` PcrEvent ` /` PcrEventInputs ` impl ` Align ` , ` Eq ` , and ` PartialEq ` .
5
+ - Added ` PcrEvent::new_in_box ` and ` PcrEventInputs::new_in_box ` .
6
+
3
7
## Changed
4
8
- ** Breaking:** ` uefi::helpers::init ` no longer takes an argument.
5
9
- The lifetime of the ` SearchType ` returned from
9
13
The old ` MemoryMap ` was renamed to ` MemoryMapOwned ` .
10
14
- ` pub fn memory_map(&self, mt: MemoryType) -> Result<MemoryMap> ` now returns
11
15
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.
12
19
13
20
14
21
# uefi - 0.29.0 (2024-07-02)
You can’t perform that action at this time.
0 commit comments