Skip to content

Commit cf0e0c4

Browse files
LightAndLightnicholasbishop
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 d7fa166 commit cf0e0c4

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
- Added `TryFrom<&[u8]>` for `DevicePathHeader`, `DevicePathNode` and `DevicePath`.
1516
- Added `ByteConversionError`.
1617
- Re-exported `CapsuleFlags`.
@@ -32,7 +33,6 @@
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`.

0 commit comments

Comments
 (0)