We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ec216 commit 6107bc7Copy full SHA for 6107bc7
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## uefi - [Unreleased]
4
5
+## uefi-macros - [Unreleased]
6
+
7
+## uefi-services - [Unreleased]
8
9
+## uefi - 0.17.0
10
11
### Added
12
13
- Added `Deref` and `DerefMut` trait implementations to `ScopedProtocol`.
@@ -54,7 +60,7 @@
54
60
can be replaced by calling `status.into()`, or `Result::from(status)`
55
61
in cases where the compiler needs a type hint.
56
62
57
-## uefi-macros - [Unreleased]
63
+## uefi-macros - 0.8.0
58
64
59
65
### Changed
66
@@ -63,7 +69,7 @@
69
must both be named (e.g. `image: Handle` and `_image: Handle` are both
70
OK, but not `_: Handle`).
71
-## uefi-services - [Unreleased]
72
+## uefi-services - 0.14.0
67
73
68
74
75
0 commit comments