From 6170b092605a9dacd5552349600582b82402b2c2 Mon Sep 17 00:00:00 2001 From: Gabriel Majeri Date: Mon, 30 May 2022 14:57:36 +0300 Subject: [PATCH] Add changelog entry for `ScopedProtocol` changes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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