We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca18e4 commit 68d5cfbCopy full SHA for 68d5cfb
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## uefi - [Unreleased]
4
5
+## uefi-macros - [Unreleased]
6
+
7
+## uefi-services - [Unreleased]
8
9
+## uefi - 0.19.0 (2023-01-16)
10
11
### Added
12
13
- Implementations for the trait `EqStrUntilNul` now allow `?Sized` inputs. This means that
@@ -34,7 +40,7 @@
34
40
- Redundant private field used for padding in `MemoryDescriptor` structure was removed. Now all
35
41
fields of this struct are public.
36
42
37
-## uefi-macros - [Unreleased]
43
+## uefi-macros - 0.10.0 (2023-01-16)
38
44
39
45
46
@@ -48,7 +54,9 @@
48
54
macro instead. For any other implementations of the `Identify` trait,
49
55
implement it directly.
50
56
51
-## uefi-services - [Unreleased]
57
+## uefi-services - 0.16.0 (2023-01-16)
58
59
+No changes in this release except depending on a newer version of `uefi`.
52
60
53
61
## uefi - 0.18.0 (2022-11-15)
62
0 commit comments