We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381466e commit 026d856Copy full SHA for 026d856
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## uefi - [Unreleased]
4
5
+## uefi-macros - [Unreleased]
6
+
7
+## uefi-services - [Unreleased]
8
9
+## uefi - 0.24.0 (2023-06-20)
10
11
### Added
12
- `DevicePath::to_boxed`, `DevicePath::to_owned`, and `DevicePath::as_bytes`
13
- `DevicePathInstance::to_boxed`, `DevicePathInstance::to_owned`, and `DevicePathInstance::as_bytes`
@@ -16,11 +22,11 @@
16
22
- The `Deref` and `DerefMut` impls for `ScopedProtocol` will now panic if the
17
23
interface pointer is null.
18
24
19
-### Removed
25
+## uefi-services - 0.21.0 (2023-06-20)
20
26
21
-## uefi-macros - [Unreleased]
27
+### Changed
28
-## uefi-services - [Unreleased]
29
+- Updated to latest version of `uefi`.
30
31
## uefi - 0.23.0 (2023-06-04)
32
0 commit comments