Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
LightAndLight authored and nicholasbishop committed Jun 20, 2024
1 parent d7fa166 commit cf0e0c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions uefi-raw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# uefi-raw - [Unreleased]

## Added
- Added `ResetNotificationProtocol`.

## Changed
- `maximum_capsule_size` of `query_capsule_capabilities` now takes a *mut u64 instead of a *mut usize.
- `ResetType` now derives the `Default` trait.

# uefi-raw - 0.5.2 (2024-04-19)

## Added
- Added `ResetNotificationProtocol`.

## Added
- Added `TimestampProtocol`.
- Added `DevicePathToTextProtocol` and `DevicePathFromTextProtocol`.
Expand Down
2 changes: 1 addition & 1 deletion uefi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Added `table::{set_system_table, system_table_boot, system_table_runtime}`.
This provides an initial API for global tables that do not require passing
around a reference.
- Added `ResetNotification` protocol.
- Added `TryFrom<&[u8]>` for `DevicePathHeader`, `DevicePathNode` and `DevicePath`.
- Added `ByteConversionError`.
- Re-exported `CapsuleFlags`.
Expand All @@ -32,7 +33,6 @@
# uefi - 0.28.0 (2024-04-19)

## Added
- Added `ResetNotification` protocol.
- Added `Timestamp` protocol.
- Added `UnalignedSlice::as_ptr`.
- Added common derives for `Event` and `Handle`.
Expand Down

0 comments on commit cf0e0c4

Please sign in to comment.