Skip to content

Commit 4cba77a

Browse files
authored
Merge pull request #505 from nicholasbishop/bishop-macro-changelog
Update changelog for uefi-macros
2 parents 65418c7 + a5c74e7 commit 4cba77a

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)