Skip to content

Commit a5c74e7

Browse files
Update changelog for uefi-macros
The change to `#[entry]` is mentioned in the `uefi` section already since it's also relevant there, but worth mentioning in the `uefi-macros` section as well so that it's clear why there's a new version and to note that the arguments to main must now be named.
1 parent 65418c7 commit a5c74e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@
5757

5858
## uefi-macros - [Unreleased]
5959

60+
### Changed
61+
62+
- The `#[entry]` macro now calls `BootServices::set_image_handle` to set
63+
the global image handle. Due to this change, the two arguments to main
64+
must both be named (e.g. `image: Handle` and `_image: Handle` are both
65+
OK, but not `_: Handle`).
66+
6067
## uefi-services - [Unreleased]
6168

6269
### Added

0 commit comments

Comments
 (0)