Skip to content

Commit a5d048b

Browse files
LightAndLightphip1611
authored andcommitted
Fix versions
`uefi` 0.28 was released from commit 255359a. The tree for that commit doesn't contain `ResetNotificationProtocol`, even though the changelog says it does. `ResetNotificationProtocol` was added in commit 04be50f, which was merged in commit `0c533bd` - both occurring after 0.28 was released.
1 parent a55ef5d commit a5d048b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

uefi-raw/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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`.

uefi/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
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

1516
## Changed
1617
- `SystemTable::exit_boot_services` is now `unsafe`. See that method's
@@ -26,7 +27,6 @@
2627
# uefi - 0.28.0 (2024-04-19)
2728

2829
## Added
29-
- Added `ResetNotification` protocol.
3030
- Added `Timestamp` protocol.
3131
- Added `UnalignedSlice::as_ptr`.
3232
- Added common derives for `Event` and `Handle`.

0 commit comments

Comments
 (0)