diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c9d5693..9a78aad65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ ### Added - Added EFI revision constants to `Revision`. +- Added `Deref` and `DerefMut` trait implementations to `ScopedProtocol`. + This eliminates the need to explicitly access the `interface` field, + which is now marked as deprecated. ### Fixed