We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c26a4 commit 7c36c4bCopy full SHA for 7c36c4b
uefi/CHANGELOG.md
@@ -24,6 +24,8 @@
24
- **Breaking:** `PcrEvent::new_in_buffer` and `PcrEventInputs::new_in_buffer`
25
now take an initialized buffer (`[u8`] instead of `[MaybeUninit<u8>]`), and if
26
the buffer is too small the required size is returned in the error data.
27
+- Exports of Memory Map-related types from `uefi::table::boot` are now
28
+ deprecated. Use `uefi::mem::memory_map` instead.
29
30
31
# uefi - 0.29.0 (2024-07-02)
0 commit comments