File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 15
15
- Added an ` core::error::Error ` implementation for ` Error ` to ease
16
16
integration with error-handling crates. (requires the ** unstable** feature)
17
17
- Added partial support for the TCG protocols for TPM devices under ` uefi::proto::tcg ` .
18
- - Added the ` unsafe_protocol ` macro to provide a slightly nicer way to
19
- implement protocols.
20
18
21
19
### Changed
22
20
36
34
- Redundant private field used for padding in ` MemoryDescriptor ` structure was removed. Now all
37
35
fields of this struct are public.
38
36
37
+ ## uefi-macros - [ Unreleased]
38
+
39
+ ### Added
40
+
41
+ - Added the ` unsafe_protocol ` macro to provide a slightly nicer way to
42
+ implement protocols.
43
+
39
44
### Removed
40
45
41
46
- The ` unsafe_guid ` attribute macro and ` Protocol ` derive macro have
42
47
been removed. For implementing protocols, use the ` unsafe_protocol `
43
48
macro instead. For any other implementations of the ` Identify ` trait,
44
49
implement it directly.
45
50
46
- ## uefi-macros - [ Unreleased]
47
-
48
51
## uefi-services - [ Unreleased]
49
52
50
53
## uefi - 0.18.0 (2022-11-15)
You can’t perform that action at this time.
0 commit comments