File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# uefi-raw - [ Unreleased]
2
2
3
+ ## Added
4
+ - Added ` ResetNotificationProtocol ` .
5
+
3
6
## Changed
4
7
- ` maximum_capsule_size ` of ` query_capsule_capabilities ` now takes a * mut u64 instead of a * mut usize.
5
8
- ` ResetType ` now derives the ` Default ` trait.
6
9
7
10
# uefi-raw - 0.5.2 (2024-04-19)
8
11
9
- ## Added
10
- - Added ` ResetNotificationProtocol ` .
11
-
12
12
## Added
13
13
- Added ` TimestampProtocol ` .
14
14
- Added ` DevicePathToTextProtocol ` and ` DevicePathFromTextProtocol ` .
Original file line number Diff line number Diff line change 11
11
- Added ` table::{set_system_table, system_table_boot, system_table_runtime} ` .
12
12
This provides an initial API for global tables that do not require passing
13
13
around a reference.
14
+ - Added ` ResetNotification ` protocol.
14
15
- Added ` TryFrom<&[u8]> ` for ` DevicePathHeader ` , ` DevicePathNode ` and ` DevicePath ` .
15
16
- Added ` ByteConversionError ` .
16
17
- Re-exported ` CapsuleFlags ` .
32
33
# uefi - 0.28.0 (2024-04-19)
33
34
34
35
## Added
35
- - Added ` ResetNotification ` protocol.
36
36
- Added ` Timestamp ` protocol.
37
37
- Added ` UnalignedSlice::as_ptr ` .
38
38
- Added common derives for ` Event ` and ` Handle ` .
You can’t perform that action at this time.
0 commit comments