We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ab77e commit f110e57Copy full SHA for f110e57
uefi/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# uefi - [Unreleased]
2
3
+## Added
4
+- `PcrEvent`/`PcrEventInputs` impl `Align`, `Eq`, and `PartialEq`.
5
+- Added `PcrEvent::new_in_box` and `PcrEventInputs::new_in_box`.
6
+
7
## Changed
8
- **Breaking:** `uefi::helpers::init` no longer takes an argument.
9
- The lifetime of the `SearchType` returned from
@@ -9,6 +13,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
20
21
# uefi - 0.29.0 (2024-07-02)
0 commit comments