Skip to content

Commit 8e5fcc7

Browse files
changelog: Move some macro-related changes to correct section
1 parent e4537e6 commit 8e5fcc7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
- Added an `core::error::Error` implementation for `Error` to ease
1616
integration with error-handling crates. (requires the **unstable** feature)
1717
- 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.
2018

2119
### Changed
2220

@@ -36,15 +34,20 @@
3634
- Redundant private field used for padding in `MemoryDescriptor` structure was removed. Now all
3735
fields of this struct are public.
3836

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+
3944
### Removed
4045

4146
- The `unsafe_guid` attribute macro and `Protocol` derive macro have
4247
been removed. For implementing protocols, use the `unsafe_protocol`
4348
macro instead. For any other implementations of the `Identify` trait,
4449
implement it directly.
4550

46-
## uefi-macros - [Unreleased]
47-
4851
## uefi-services - [Unreleased]
4952

5053
## uefi - 0.18.0 (2022-11-15)

0 commit comments

Comments
 (0)