diff --git a/uefi-raw/CHANGELOG.md b/uefi-raw/CHANGELOG.md index 58a8664c3..08048078c 100644 --- a/uefi-raw/CHANGELOG.md +++ b/uefi-raw/CHANGELOG.md @@ -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`. diff --git a/uefi/CHANGELOG.md b/uefi/CHANGELOG.md index aa8ed737c..948b3a46c 100644 --- a/uefi/CHANGELOG.md +++ b/uefi/CHANGELOG.md @@ -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`. @@ -30,7 +31,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`.