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 118fdd2 commit 1eacdd0Copy full SHA for 1eacdd0
uefi/CHANGELOG.md
@@ -1,5 +1,8 @@
1
# uefi - [Unreleased]
2
3
+## Added
4
+- Added `boot::signal_event`.
5
+
6
## Changed
7
- **Breaking:** Removed `BootPolicyError` as `BootPolicy` construction is no
8
longer fallible. `BootPolicy` now tightly integrates the new `Boolean` type
@@ -10,7 +13,6 @@
10
13
- `SimpleNetwork::transmit` now passes the correct buffer size argument.
11
14
Previously it incorrectly added the header size to the buffer length, which
12
15
could cause the firmware to read past the end of the buffer.
-- `boot::signal_event()` is implemented.
16
17
18
# uefi - 0.34.1 (2025-02-07)
0 commit comments