File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# uefi-raw - [ Unreleased]
22
3+ ## Added
4+ - Added ` ResetNotificationProtocol ` .
5+
36## Changed
47- ` maximum_capsule_size ` of ` query_capsule_capabilities ` now takes a * mut u64 instead of a * mut usize.
58- ` ResetType ` now derives the ` Default ` trait.
69
710# uefi-raw - 0.5.2 (2024-04-19)
811
9- ## Added
10- - Added ` ResetNotificationProtocol ` .
11-
1212## Added
1313- Added ` TimestampProtocol ` .
1414- Added ` DevicePathToTextProtocol ` and ` DevicePathFromTextProtocol ` .
Original file line number Diff line number Diff line change 1111- Added ` table::{set_system_table, system_table_boot, system_table_runtime} ` .
1212 This provides an initial API for global tables that do not require passing
1313 around a reference.
14+ - Added ` ResetNotification ` protocol.
1415- Added ` TryFrom<&[u8]> ` for ` DevicePathHeader ` , ` DevicePathNode ` and ` DevicePath ` .
1516- Added ` ByteConversionError ` .
1617- Re-exported ` CapsuleFlags ` .
3233# uefi - 0.28.0 (2024-04-19)
3334
3435## Added
35- - Added ` ResetNotification ` protocol.
3636- Added ` Timestamp ` protocol.
3737- Added ` UnalignedSlice::as_ptr ` .
3838- Added common derives for ` Event ` and ` Handle ` .
You can’t perform that action at this time.
0 commit comments