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 a24c59e commit 47cfbecCopy full SHA for 47cfbec
uefi/CHANGELOG.md
@@ -1,8 +1,11 @@
1
# uefi - [Unreleased]
2
3
+## Added
4
+- Added `ConfigTableEntry::MEMORY_ATTRIBUTES_GUID` and `ConfigTableEntry::IMAGE_SECURITY_DATABASE_GUID`.
5
+
6
## Changed
-- **Breaking:** `boot::stall` now take `Duration` instead of
- `usize`.
7
+- **Breaking:** `boot::stall` now take `core::time::Duration` instead of `usize`.
8
+- **Breaking:** `*_GUID` constants has been moved to `ConfigTableEntry::*_GUID`.
9
10
11
# uefi - 0.35.0 (2025-05-04)
0 commit comments